ResourcefulCrops

ResourcefulCrops

173k Downloads

Crash on startup

EXTER7 opened this issue ยท 3 comments

commented
commented

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

commented

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

commented

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