Jump to content

Mrolas

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Mrolas

  1. Mrolas

    GUI text

    I have some text in a tile entity that I would like to display in a gui, but the gui is not printing the string Gui Class: http://pastebin.com/703RGTRf Tile Entity Class: http://pastebin.com/p7bVrmCe Screenshot: http://imageshack.us/a/img35/2567/pdqs.png
  2. Oh wow... Can't believe I was that stupid I forgot to set up the block's ID in the config handler so it defaulted to zero making all the air blocks that block.. wow
  3. I have the initialization in the init() method which I call from the mod class
  4. Oh, sorry, did not realize that. Well here's all the code I think might be relevant. http://pastebin.com/u/Mrolas And no, I haven't done anything to make it spawn in the world a bunch
  5. Whenever I try to implement one of my blocks, minecraft crashes on world start up. If I comment out all the registration and initialization for this block, the game runs fine and all my other blocks work. It's just this one. And I have no idea why This is a copy of what was in the console: https://gist.github.com/Mrolas/8157495 And this is all the relevant code: http://pastebin.com/u/Mrolas The block that is somehow causing it is the one called shopStop in the files.
×
×
  • Create New...

Important Information

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