Jump to content

void6425

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by void6425

  1. So i fixed it thanks for the help i had to tell it to tick randomly which i suppose should have been obvious to me thanks agian
  2. Right I agree but that is also what I have (except light amount Wanted to test if it worked first), the code for spawning the mushroom works cause if I use bonemeal it spawns them but it does not spawn then naturally.
  3. I think you misunderstand my intention here or i did not explain it very well, i do not want the block to spread i want it to have a chance to grow mushrooms on top of it.
  4. yeah the vanilla class for Grass (which i was looking at) uses the UpdateTick class but that does not handle any of the growing its all just seeing if it should turn into dirt (but i just added it too see if anything would change but it still does not work)
  5. Why is this block https://github.com/void6425/Test-mod-real/blob/master/java/com/void6425/Testmod/blocks/BlockMyceliumBase.java not spawning mushrooms over time(it works with bonemeal) but its never ticking on its own but it implement IGrowable
  6. thanks for the help i completely started form scratch and it works now so who knows
  7. I will try just grabbing all my classes and remaking the whole forge gradle setup maybe it's some weird bug
  8. Yeah I prob should so that. But on my end they are not capitalized that's just a GitHub bug. This has really stumped me and my freind who is much more experienced
  9. It cannot find the .Json and cannot find the model but I can tell you it is there
  10. ok tried that and i rewrote all my code in a different way and it still says the exact same thing
  11. I said in my post that on my side they are called that but gitKraken wont see that and upload it
  12. yeah sorry i forgot to include my github link my bad and the error is saying its missing the .json file but i can tell you its there but the important part of the log (i think) is Caused by: java.io.FileNotFoundException: testmod:models/item/testitem.json
  13. So yeah like it says in the title the item "testitem" is not getting its texture (and on the github it looks like the .json is not capitalized right but it is, weird gitkraken bug i assume) Wow i completely derped i meant to include a link to my github my bad https://github.com/void6425/testmod
  14. You know what im gonna close this. I know java i wish people could be actually helpful instead of always just questioning if they know java.
  15. Ok but since i am new do you think you could show me In code? Or send me a link to a mod that does something like this do i can see it there
  16. Ok so i know what that means but how would i implement something like that?
  17. Wow im so stupid sorry. I want the BetterItems.Tome that is already in your inventory to take 1 point of damage.
  18. Ok im probably just being really dense here butt can you show me in code?
  19. its in this http://pastebin.com/UKH5pzEd
  20. so this ItemStack stack = new ItemStack(BetterItems.TOME); stack.damageItem(1, event.getEntityLiving()); Should work? Cause it does not work
  21. So i am trying to damage and item after this event http://pastebin.com/k2PZKUjn and i cant figure out how. Any help? -void
  22. So when i throw my custom items out of my inventory and then pick them up again i get double. Its probably just something stupid but i cant see it. Code: https://github.com/void6425/VoidFoods Thanks -Void
×
×
  • Create New...

Important Information

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