TehNut-Mods / ResourcefulCrops

Simply JSON based resource crops
MIT License
12 stars 7 forks source link

Crash on startup #28

Closed EXTER7 closed 8 years ago

EXTER7 commented 8 years ago

Crash report

TehNut commented 8 years ago

Let me guess, ../config/ResourcefulCrops/Seeds-v2.json is empty? Need to figure out why that's happening...

EXTER7 commented 8 years ago

Seems to be caused by OreDictionary.getOres() returning an empty list when called in line 156 of StartupUtils.java

TehNut commented 8 years ago

... why would a valid oredict name be returning an empty list? I guess I'll add a check for that, then...