[1.12] ShowBlocksInJEI Not Working
SnowShock35 opened this issue ยท 3 comments
Hi Algo,
Quick bug report for you for Flat Colored Blocks in Minecraft 1.12. Here's the details:
Issue Information
- Minecraft 1.12
- Minecraft Forge 14.21.1.2387
- Flat Colored Blocks mc1.12-6.1
- Other Mods:
- Just Enough Items (JEI) 4.7.1.69
Issue Description
The ShowBlocksInJEI
configuration option is no longer being respected in the latest version of the mod. I believe this is because of changes to JEI's API.
Issue Media
This was caused by the registration changes, I was registering the block with the API, but the block and the item were not associated yet so it didn't work.
I changed it so i'm associating the item instead and that fixed it.