Posted March 11, 20232 yr I either found an incredibly dumb thing, or a bug in forge public static final Block STRIPPED_DARK_OAK_WOOD = register("stripped_dark_oak_wood", new RotatedPillarBlock(BlockBehaviour.Properties.of(Material.WOOD, MaterialColor.COLOR_BROWN).strength(2.0F).sound(SoundType.WOOD))); public static final Block STRIPPED_MANGROVE_WOOD = register("stripped_mangrove_wood", log(MaterialColor.COLOR_RED, MaterialColor.COLOR_RED)); why exactly is the Stripped_mangrove_wood using log()? when all the others (including non stripped variants) use new RotatedPillarBlock()? This exploded my mod when I came across it, in such a way that just flat out doesn't make sense, and I literally spent time debugging my issue to find... that this stripped Wood was the only one that changed it's behavior.... WHAT?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.