diff --git a/src/client/resources/assets/rounded/sounds/block/trough_fill1.ogg b/src/client/resources/assets/rounded/sounds/block/trough_fill1.ogg old mode 100755 new mode 100644 index 086a719..717462c Binary files a/src/client/resources/assets/rounded/sounds/block/trough_fill1.ogg and b/src/client/resources/assets/rounded/sounds/block/trough_fill1.ogg differ diff --git a/src/client/resources/assets/rounded/sounds/block/trough_fill2.ogg b/src/client/resources/assets/rounded/sounds/block/trough_fill2.ogg old mode 100755 new mode 100644 index 9092766..51f37da Binary files a/src/client/resources/assets/rounded/sounds/block/trough_fill2.ogg and b/src/client/resources/assets/rounded/sounds/block/trough_fill2.ogg differ diff --git a/src/main/java/com/lumiscosity/rounded/blocks/RegisterBlocks.java b/src/main/java/com/lumiscosity/rounded/blocks/RegisterBlocks.java index 302963b..a7504ee 100644 --- a/src/main/java/com/lumiscosity/rounded/blocks/RegisterBlocks.java +++ b/src/main/java/com/lumiscosity/rounded/blocks/RegisterBlocks.java @@ -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());