Jump to content

CroComeT

Members
  • Posts

    124
  • Joined

  • Last visited

Everything posted by CroComeT

  1. ItemSeedFood : https://gist.github.com/CroComeT/56e39cdd225ad7d6f980 Corn : https://gist.github.com/CroComeT/c53c9b5259e8b39eb30e Tomato : https://gist.github.com/CroComeT/4930271b0c00b657a974
  2. it is same updated code : https://gist.github.com/CroComeT/1539f6e93bc22589adc7
  3. 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
  4. 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.
  5. it drop 2 its good with that i break top and bottom i got two
  6. now i got errors here : public static Item ObsidianPickaxe = new ObsidianPickaxeClass().setUnlocalizedName("ObsidianPickaxe").setCreativeTab(MainClass.ItemsToolsTab); in MainClass
  7. this is me drop option @Override public Item getItemDropped(int parMetadata, Random parRand, int parFortune){ // DEBUG System.out.println("BlockCorn getItemDropped()"); return (MainClass.tomato); } }
  8. i think when is plant drop 1 but when grow 2 or 3
  9. it does not grow with bonemeal but its public class BlockCorn extends Block implements IPlantable, IGrowable
  10. i did it but it drop 1 i wanna random from 2 to 3
  11. what with drop for me item i tried return (MainClass.Corn); and it not work minecraft than crash
  12. Oh ok i will try it when i wake up
  13. I maked package named assets/itemsmod/textures/tools and placed texture
  14. when i plant it, it show only bottom
  15. and i wanna to grow but to drop me food because i set me food to grow with it but it doesn't grow
  16. Sorry Now i cannot grow with bonemeal.
  17. 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
  18. how do i add seed like to seed is food or custom item and it drops custom food
  19. Corn : https://gist.github.com/CroComeT/45fd0656ce3d9709f355 Tomato : https://gist.github.com/CroComeT/c2a8061864539e3dd11a
  20. I got crash when try to grow me plant : https://gist.github.com/CroComeT/edb6edcfd4b1ce066099
  21. how do i make that 2 seperate parts like to first block grow and then another and its finished
  22. now its one block no two
  23. yea i wanna to make it to grow to 2 blocks Error in console : https://gist.github.com/CroComeT/6b02dd69e2f31b17179a
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.