Skip to content

Commit

Permalink
Addition commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldenfield192 committed Jul 26, 2024
1 parent 13b13a7 commit 461598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cam72cam/mod/item/Fuzzy.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Fuzzy {
.add(Blocks.JUNGLE_PLANKS)
.add(Blocks.OAK_PLANKS)
.add(Blocks.SPRUCE_PLANKS);
public static final Fuzzy REDSTONE_DUST = new Fuzzy(Tags.Items.DUSTS_REDSTONE, "dustRedstone");
public static final Fuzzy REDSTONE_DUST = new Fuzzy(Tags.Items.DUSTS_REDSTONE, "dustRedstone").add(Items.REDSTONE);
public static final Fuzzy SNOW_LAYER = new Fuzzy("layerSnow").add(Blocks.SNOW);
public static final Fuzzy SNOW_BLOCK = new Fuzzy("blockSnow").add(Blocks.SNOW_BLOCK);
public static final Fuzzy LEAD = new Fuzzy("lead").add(Items.LEAD);
Expand Down

0 comments on commit 461598f

Please sign in to comment.