Chicken-Bones / NotEnoughItems

MIT License
130 stars 129 forks source link

Fix crash when loading world in Dev-Workspace #331

Closed ThexXTURBOXx closed 2 years ago

ThexXTURBOXx commented 8 years ago

Just a little change, which should fix it :D

Chicken-Bones commented 8 years ago

Have you matched the mcp mappings versions? https://github.com/Chicken-Bones/NotEnoughItems/blob/master/build/build.gradle#L52

ThexXTURBOXx commented 8 years ago

Should match. I didn't test it on my PC yet, but I think, that it works

Chicken-Bones commented 8 years ago

The reason I ask is that it's likely you are using a different version of the mappings in your dev workspace to what NEI is compiled with on the repo, if I was to just add your change, it's very likely that NEI would fail to build.

ThexXTURBOXx commented 8 years ago

Ok, I will look again and then just comment again, if it matches

ThexXTURBOXx commented 8 years ago

Mappings Yeah, it matches and should fix the issue