buttilda / Another-One-Bites-the-Dust

Process ALL the ores!
http://minecraft.curseforge.com/mc-mods/221863-another-one-bites-the-dust
24 stars 21 forks source link

Please remove the code that throws exceptions. #106

Closed huanghongxun closed 8 years ago

huanghongxun commented 8 years ago

I found that your mod will throw RuntimeException if a item(not ItemBlock) registered in the ore dictionary with prefix "block" in "TinkersConstruct.java:45". Could you remove that behavior?

buttilda commented 8 years ago

Why?

huanghongxun commented 8 years ago

just caused my mod crashing. Could you continue it instead of crashing?

buttilda commented 8 years ago

No because I didn't add that there just for the sake of it. AOBD can't continue if it hasn't found a block that has an item block associated with it. Tinker's Construct needs one for its recipes.

Also, why are you creating a block that doesn't have an ItemBlock?

buttilda commented 8 years ago

Closing due to lack of response.