public static final ItemSeed BlueberrySeed = new ItemSeed(InitBlock.BlueberryCrop, Blocks.farmland, "BlueberrySeed");
Well well well, what do we have here...
Then i can't reference it can i
Well, you call InitItem.Init()
from pre-init, so if you declare your item outside the method, and instantiate the item in pre-init and register it there as well, it should work just fine.