Concrete Conversion Tech

Concrete Conversion Tech

147k Downloads

Crash with Minecolonies mod and concrete converter

kalecgos13 opened this issue ยท 0 comments

commented

A freeze and then crash happens when Minecolonies looks for possible items to use as a tool.

It sees the concrete converters as a tool. But since it is technicly not a tool, it freezes.

This issue also happened with another mod that you developed (mrp-v2/VersatilePortals#2)
The fix is also the same, remove the "addToolTip()" in the "createBlockItem()" method.

new Item.Properties().addToolType(block.getHarvestTool(state), block.getHarvestLevel(state))