So i wanna make double block growing plant and i got this error looks like i need animation but its not animation.
Error :
https://gist.github.com/CroComeT/ba0d98c2c4df3cd56701
Corn :
https://gist.github.com/CroComeT/84602ffbe18e7f6942b1
Tomato :
https://gist.github.com/CroComeT/1891690a186ea691fc4f
Errors :
https://gist.github.com/CroComeT/ba0d98c2c4df3cd56701
Its Pink And Black like one block no two.
I asking how to make because im getting purple and black texture when make 16x32 but show me what i need to change for double block plant.
ItemBlockCrops :
https://gist.github.com/CroComeT/a4ecf8bf323c6cdaeca1
ItemSeedFood :
https://gist.github.com/CroComeT/7cab1fc4725d72ab2361
BlockCorn :
https://gist.github.com/CroComeT/0bde4ea8e10ec943e56a
BlockTomato :
https://gist.github.com/CroComeT/96d2d303e3d61f59294f
So i wanna make corn and tomato grow to two block but when i try with texture it not have texture(purple and black) can anyone tell me how to i make double block plant?
I maked it to drop from grass like this :
MinecraftForge.addGrassSeed(new ItemStack(tomato), 10);
MinecraftForge.addGrassSeed(new ItemStack(cucumber), 12);