capnkirok / Voxels

Repository for the Minecraft Mod Voxels
2 stars 0 forks source link

NEI Tooltip issues #14

Closed capnkirok closed 7 years ago

capnkirok commented 8 years ago

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2741039-voxels-customizable-trading-with-creeper-villages?comment=105

Faedelity commented 8 years ago

I'm getting a similar problem but with a slightly different result; in mine, the tooltip has text, but it says all the blocks are... "undetermined", I think. Something starting with U. Using 1.7.10, massive mix of mods. Let me know if more specific information (like a log or screenshot) would be helpful.

capnkirok commented 8 years ago

Screenshot would be great. Thanks!

Faedelity commented 7 years ago

Okay, will poke at it this evening. Just posting so you know I am an not ignoring the request.

Faedelity commented 7 years ago

Actually, it seems that with a minimal mod loadout, I am getting exactly the same problem. I was using some NEI addons (WAILA, WAWLA, and WAILA Harvestability), and they were working as normal, but the main NEI wasn't. Here's the screenshot with the addons, so you can see how they interact with the problem. Without them, it looks just like the OP's. tooltip

capnkirok commented 7 years ago

Thank you for the additional help here. I've got some code that becomes disabled when NEI is installed, I will see if it's affecting anything else...

capnkirok commented 7 years ago

Got it. Needed add an extra check for NPE for entityplayer, item, and world. 'Borrowed' code from WAWLA. Will go into next release.

2016-11-12_09 50 10