copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
58 stars 33 forks source link

Crash when clicking on an item for its recipe in NEI #231

Closed cdempsey closed 10 years ago

cdempsey commented 10 years ago

Started on a new modpack including BetterStorage(0.9.4.111), NEI(1.0.3.46), and Forge(10.13.0.1199). In a single player game I clicked on an item within NEI to get its recipe and the game crashed. I went back into the game, selected another item in NEI (this time it was just a Minecraft iron pick) to see its recipe and it crashed again with the same error.

java.lang.Error: Recipe CardboardEnchantmentRecipe didn't match sample input.

Crash Log

copygirl commented 10 years ago

Can't reproduce with NEI 1.0.3.46. Can you check if the crash occurs with just BetterStorage and NEI and if not remove mods until the issue disappears?

cdempsey commented 10 years ago

You can't reproduce because I derp'ed and left out the fact that'd changed betterstorage.cfg. I want to disable all of the cardboard related items except the cardboardSheet so I set:

item { B:cardboardAxe=false B:cardboardBoots=false B:cardboardChestplate=false B:cardboardHelmet=false B:cardboardHoe=false B:cardboardLeggings=false B:cardboardPickaxe=false B:cardboardSheet=true B:cardboardShovel=false B:cardboardSword=false B:drinkingHelmet=true B:key=true B:keyring=true B:lock=true B:masterKey=true B:slimeBucket=true }

When I set them back to the defaults of true the issue goes away. Sorry about leaving out that detail. :(

Victorious3 commented 10 years ago

Hmm, the problem is that the recipe still exists even though you have disabled parts of it. I'll see what I can do.

copygirl commented 10 years ago

Ah, that makes sense. For now just don't disable the cardboard items..? This will be fixed in the next release. Can you wait?

cdempsey commented 10 years ago

Surely. Not a critical fix. :)