Jump to content

robobanana99

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by robobanana99

  1. Yes I do, It all works fine in eclipse but as soon as I build it, It no longer works. I've checked against other mods and cant see anything odd
  2. Whenever I try to build my mod using gradle, the mod builds successfully and the textures work, but the languages don't work in-game. Is this a known bug and how do I fix my localizations?
  3. Thank you so much Probbably not the proper way round it but it works for now!
  4. Oops, my keyboard derped there. /give playerName atomicraft:compoundItem gives me the item but as soon as I even try to right click it, I get an itemstack out of bounds -1. Also, if I create a world, quit the game, relaunch mc and join that world, everything is still there meaning that the things only disappear when leaving and rejoining in the same game session. Ok heres my init code where the items are first referenced http://pastebin.com/hYRmwLfT and then my item init code http://pastebin.com/3dgyQ5bm
  5. I'm confused, as I have now made my unlocalized names the same as the names I used in GameRegistry.registerItem. Another thing, I can spawn the items in using /give playerN
  6. Errm, derp on my behalf at no point was I giving any form of item or block Id. How do I give an id to a block or item?
  7. Yes it does happen on fresh worlds when leaving and rejoining
  8. Also, this only seems to occur on the client, the server seems to be fine
  9. Ok, thanks for the tip. I'm using GameRegistry.registerItem(compoundItem, "compoundItem");
  10. Here's the error: http://pastebin.com/zTFpzXz5, I think it is being caused by my other bug report. Thanks
  11. Hello, I am a modder. I've begun updating my mod to 1.7.2 using forge 10.12.0.1013 when I realised that when I left a world and then rejoined, all the mod blocks / items disappeared and left this error in the console: http://pastebin.com/8e5Nt7w7. As far as I can see, it's detecting the missing blocks / items and saying that they are missing but still connecting to the world with the mods: ([07:26:42] [Netty IO #3/INFO] [FML]: Client attempting to join with 4 mods : mcp@8.09,FML@7.2.106.1013,Forge@10.12.0.1013,AtomicAPI@v1) I was wondering whether it was: A bug in forge An issue that I needed to fix If it was a mistake on my part, how would I go about fixing it and what are the common causes of this error? Thanks
×
×
  • Create New...

Important Information

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