Skip to content

Commit

Permalink
no leading slash in tex ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 23, 2024
1 parent 404256e commit 829ed67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.function.Consumer;

public class WMiniShard extends WWidget {
private static final Identifier MINI_OUTLINE = ScatteredShards.id("/textures/gui/shards/mini_outline.png");
private static final Identifier MINI_OUTLINE = ScatteredShards.id("textures/gui/shards/mini_outline.png");

protected Shard shard = null;
protected ShardType shardType = null;
Expand Down

0 comments on commit 829ed67

Please sign in to comment.