Towdium / JustEnoughCalculation

A simple minecraft mod help you calculate the cost for recipes
Other
54 stars 41 forks source link

JEC, causes ProjectE to loose approx 4000 EMC values from modded items when ForgeEssentials is installed #9

Closed steelshot closed 8 years ago

steelshot commented 8 years ago

Literally what title says,

ProjectE for some reason looses a major amount of EMC values from various mods, when JEC is installed along side ForgeEssentials.

Removing JEC everything works fine PE+FE work perfectly fine. I am not sure where the problem lies but the issue is there. Referencing all issues made for your information

https://github.com/sinkillerj/ProjectE/issues/1230 https://github.com/ForgeEssentials/ForgeEssentials/issues/2075

Towdium commented 8 years ago

I need to confirm this bug is caused by me and I'm sorry for any convenience I have caused. I have successfully located the problem. It should be solved soon. Thanks for reporting it to me

MaPePeR commented 8 years ago

Can you elaborate on what is causing the issue? It is really weird.

Towdium commented 8 years ago

@MaPePeR I did some reflection to make black dye in botania able to be used as an ingredient in the recipe. I get the item for dye from registry and forget to check the result. So I added an itemstack with a null item into the recipe. I think this will heppen whenever an itemstack with null item is used.

steelshot commented 8 years ago

The latest update seems to have fixed the issue, i can see lots of pages with items when i search "EMC:" in NEI. Approx 6000 items or so vs 2000ish before

Towdium commented 8 years ago

Oh, that is really a good news to me :)