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 displaying FlatColoredBlocks creative tab #50

Closed 0Navis0 closed 7 years ago

0Navis0 commented 7 years ago

Everything is in the title. I use Minecraft 1.12.1 and Forge 14.22.0.2469. https://pastebin.com/vpFP4wy6

AlgorithmX2 commented 7 years ago

This is likely a bug with mrcrayfish's mod, this happens when another mod renders all of its blocks in every creative tab.

The problem is that in 1.12 Vanilla added a new method that must be called in the existing method getSubItems, Example: https://github.com/AlgorithmX2/Chisels-and-Bits/commit/fb38943bce9c30c09773f2b3b03036b147266960#diff-617810317411c8f3ddf74d4e39088abb

AlgorithmX2 commented 7 years ago

Mr Cray Fish has released a new version, please verify that your issue has been resolved.

0Navis0 commented 7 years ago

Yeah it works now, I close the issue. ;)