ChiselsAndBits / FlatColoredBlocks

A Minecraft mod about building with vast quantities of colored blocks.
http://minecraft.curseforge.com/projects/flat-colored-blocks
MIT License
20 stars 13 forks source link

Crash when loading creative tab #54

Closed Austin5003 closed 6 years ago

Austin5003 commented 6 years ago

crash-2017-11-13_22.16.43-client (fcb).txt crash-2017-11-13_22.40.55-client (fcb).txt

AlgorithmX2 commented 6 years ago

omtteam.ompd.blocks.BlockFence Whatever mod this is part of is rendering their items in the FCB Creative tab.

The problem is that in 1.12 Vanilla added a new method that must be called in the existing method getSubItems, Example: AlgorithmX2/Chisels-and-Bits@fb38943#diff-617810317411c8f3ddf74d4e39088abb

Please report this to the approriate mod dev.

AlgorithmX2 commented 6 years ago

Looks like it already was reported to them, https://github.com/OpenModularTurretsTeam/OpenModularPassiveDefense/issues/13

brisingraerowing commented 6 years ago

The newest version fixes this.

AlgorithmX2 commented 6 years ago

Thanks for the heads up.