
CroComeT
Members-
Posts
124 -
Joined
-
Last visited
Everything posted by CroComeT
-
ItemSeedFood : https://gist.github.com/CroComeT/56e39cdd225ad7d6f980 Corn : https://gist.github.com/CroComeT/c53c9b5259e8b39eb30e Tomato : https://gist.github.com/CroComeT/4930271b0c00b657a974
-
it is same updated code : https://gist.github.com/CroComeT/1539f6e93bc22589adc7
-
i fixed it. but i not have texture when i place in inventory or hand theres no texture(purple and black). ObsidianPickaxeClass : https://gist.github.com/CroComeT/15ef21d1e0534e726b69 Techne ObsidianPickaxe : https://gist.github.com/CroComeT/779007ab505b29500971 Error in Console : https://gist.github.com/CroComeT/7ac61a0c16146960c9cd
-
Here are all me classes for this : now it drops 1 item because it was bug i need to fix it(it was leaving bottom or top block when break one) BlockTomato : https://gist.github.com/CroComeT/a4838d09dee2ec9d64f0 BlockCorn : https://gist.github.com/CroComeT/7f7be09cb17fdbcc5c33 Please help it not grow and it show top of plant when place on farmland with seed.
-
it drop 2 its good with that i break top and bottom i got two
-
now i got errors here : public static Item ObsidianPickaxe = new ObsidianPickaxeClass().setUnlocalizedName("ObsidianPickaxe").setCreativeTab(MainClass.ItemsToolsTab); in MainClass
-
this is me drop option @Override public Item getItemDropped(int parMetadata, Random parRand, int parFortune){ // DEBUG System.out.println("BlockCorn getItemDropped()"); return (MainClass.tomato); } }
-
i think when is plant drop 1 but when grow 2 or 3
-
it does not grow with bonemeal but its public class BlockCorn extends Block implements IPlantable, IGrowable
-
i did it but it drop 1 i wanna random from 2 to 3
-
what with drop for me item i tried return (MainClass.Corn); and it not work minecraft than crash
-
Oh ok i will try it when i wake up
-
I maked package named assets/itemsmod/textures/tools and placed texture
-
when i plant it, it show only bottom
-
and i wanna to grow but to drop me food because i set me food to grow with it but it doesn't grow
-
Sorry Now i cannot grow with bonemeal.
-
So i maked all for me model in techne and i got this error on ForgeHooksClient.bindTexture("/itemsmod/textures/tools/ObsidianPickaxe.png", 0); error is on bindTexture here is whole class : https://gist.github.com/CroComeT/c5f3e74567791ffec4c4 here is Techne .java class : https://gist.github.com/CroComeT/fbbaac9d86f6e19fb115 ClientProxy if needed : https://gist.github.com/CroComeT/31fdbab96af555d8ed46
-
?
-
how do i add seed like to seed is food or custom item and it drops custom food
-
Corn : https://gist.github.com/CroComeT/45fd0656ce3d9709f355 Tomato : https://gist.github.com/CroComeT/c2a8061864539e3dd11a
-
I got crash when try to grow me plant : https://gist.github.com/CroComeT/edb6edcfd4b1ce066099
-
thanks tattyseal
-
how do i make that 2 seperate parts like to first block grow and then another and its finished
-
now its one block no two
-
yea i wanna to make it to grow to 2 blocks Error in console : https://gist.github.com/CroComeT/6b02dd69e2f31b17179a