Immersive Engineering

Immersive Engineering

134M Downloads

[1.12]CustomNPCs conflicts with Assembler

lordfriend opened this issue ยท 7 comments

commented

Minecraft Version 1.12.2
Forge Version 14.23.5.2768
IE version: 0.12-86

Other mods:

CodeChicken Lib 3.2.2.353
CustomNPCs 1.12
Just Enough Items 4.11.0.212

I leave only these mods to test. We I found the Assembler from IE cannot craft most items which it can show the result item. It is known CustomNPCs doesn't add any recipes and all recipes can be craft at crafting table. After I remove CustomNPCs mod, Assembler works fine.

commented

I know this was last commented on over a year ago, but was it closed because it was fixed or because it won't be fixed?

commented

It won't be fixed, all support for 1.12 has stopped.

commented

I have found that updating to Immersive Engineering version 0.12-87 fixed these issues for me.

commented

After playing for awhile, the issue came back. It seems to be a bit inconstant.
Man, way to make me look bad.

commented

Well, CustomNPCs' code is private. I can only theorize that they may do things to recipes in order to allow NPCs to craft them?

Maybe @Noppes, who I believe is the dev, can shed some light on this?

commented

From what I recall, there is a system in place for Custom NPCs that allows the easy addition of new recipes for a unique crafting table. This is for the benefit of map making with crafting elements. It may or may not still be in the mod -- if I'm right in remembering it was there to begin with. Hopefully this helps clarify what may be causing problems.

commented

CustomNPCs adds custom NBT data to every single item in the game, which causes issues with a LOT of mods. This is the most likely cause of the issue. Specifically ignoring this custom NBT tag compound when matching recipes for the Assembler would fix it.