Ok, they changed more than what I thought in 1.6.2 lol. I'm trying to create a new crop item that is almost identical to wheat, however not much works for it. To start off, I was trying to add the seeds for this plant to drop from grass, so I put this peice of code
MinecraftForge.addGrassSeed(new ItemStack (tomatoseeds), 10);
But all this does in game is make tons of seeds fall from the sky. Also in my crop class, I was going off of the tutorial on the forge wiki for plants but there are some things that don't work anymore, so I ask for your guyses help with this. Thanks
Main class:
And then here is my crop class