Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

Builder's choice concrete's blast resistance not displayed

abel1502 opened this issue ยท 0 comments

commented

Unlike other blast resistant blocks, builder's choice concrete (concrete_colored_ext) doesn't have an orange line stating its blast resistance in its item description. This is due to it being registered without the ItemBlockBlastInfo class as its item form handler:

GameRegistry.registerBlock(concrete_smooth, ItemBlockBlastInfo.class, concrete_smooth.getUnlocalizedName());
GameRegistry.registerBlock(concrete_colored, ItemBlockColoredConcrete.class, concrete_colored.getUnlocalizedName());
register(concrete_colored_ext);