Skip to content

Commit

Permalink
1.20.1 port + 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiscosity committed Jul 1, 2024
1 parent 74e24d3 commit d1b77e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/client/resources/assets/rounded/sounds/block/trough_fill1.ogg
100755 → 100644
Binary file not shown.
Binary file modified src/client/resources/assets/rounded/sounds/block/trough_fill2.ogg
100755 → 100644
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class RegisterBlocks {
public static final Item TREATED_ACACIA_PLANKS_ITEM = new BlockItem(TREATED_ACACIA_PLANKS, new Item.Settings());
public static final Item TREATED_CHERRY_PLANKS_ITEM = new BlockItem(TREATED_CHERRY_PLANKS, new Item.Settings());
public static final Item TREATED_DARK_OAK_PLANKS_ITEM = new BlockItem(TREATED_DARK_OAK_PLANKS, new Item.Settings());
public static final Item TREATED_MANGROVE_PLANKS_ITEM = new BlockItem(TREATED_OAK_PLANKS, new Item.Settings());
public static final Item TREATED_MANGROVE_PLANKS_ITEM = new BlockItem(TREATED_MANGROVE_PLANKS, new Item.Settings());
public static final Item TREATED_BAMBOO_PLANKS_ITEM = new BlockItem(TREATED_BAMBOO_PLANKS, new Item.Settings());
public static final Item TREATED_CRIMSON_PLANKS_ITEM = new BlockItem(TREATED_CRIMSON_PLANKS, new Item.Settings());
public static final Item TREATED_WARPED_PLANKS_ITEM = new BlockItem(TREATED_WARPED_PLANKS, new Item.Settings());
Expand Down

0 comments on commit d1b77e4

Please sign in to comment.