I want to create a tomato plant. So far, the plant works fine. The thing is, when I right click the seeds to plant the plant, the game crashes. I'm not sure what to make of the crash log.
Line 42 of com.stinkycow8.crop.TomateCropItemBase (referred to in the crash log) is
@Override
public IBlockState getPlant(IBlockAccess world, BlockPos pos)
{
return associatedCropBlock.getDefaultState(); THIS IS LINE 42
}
Obviously, "THIS IS LINE 42" is not in the actual code.