Jump to content

SolidDiamondz

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by SolidDiamondz

  1. Umm, maybe try going to the Forge IRC? And the problem is in the ID for the block. Change it to 501 and all should be sweet If you want, just keep posting in this topic and I will check it everytime I see it has been posted in And If I can't help Ill bring in some of the big guns THanks, you're really helping me. I changed some code and I get this (I dont think me changing a part of the code was the cause) Dang crash reports http://pastebin.com/j5iJgAAc Also, if you're on steam can I add you? Sorry I am not on steam Also, it seems you are using the wrong event handler class. Try something like reinstalling your setup. Something weird that I can't see is going wrong. It seems like some Java Reflection is taking place, but I don't know what the hell its doing Hey, I fixed the problem, it was a minor bug. Now I have 1 bug, I set the language and registry thing to Arumite Ingot and Arumite Item, but it returns as item.newguyItem.name and item.newguyIngot.name
  2. Umm, maybe try going to the Forge IRC? And the problem is in the ID for the block. Change it to 501 and all should be sweet If you want, just keep posting in this topic and I will check it everytime I see it has been posted in And If I can't help Ill bring in some of the big guns THanks, you're really helping me. I changed some code and I get this (I dont think me changing a part of the code was the cause) Dang crash reports http://pastebin.com/j5iJgAAc Also, if you're on steam can I add you?
  3. Also mew, is there any person I can add on steam for something so I dont need to post a billion Forge Modder Support posts?
  4. Thanks, It worked but now I have this crash report http://pastebin.com/1XRahfHp And the tutorial I am following is the Forge Tutorial - Basic Blocks I think
  5. Ok I got the setblockname thing (I just had to set it to setUnlocalizedname) but I still need help on the newguyOre thing, can somebody please help?
  6. Hello I am following the forge tutorial and Im having some errors. http://pastebin.com/Z3hUiq3V http://pastebin.com/Fi8YdHUH On java part 1 I am having a problem with this line of code public final static Block newguyOre = new newguyOre(5001, Material.rock); on part two I am having trouble with setBlockName("newguyOre"); If anybody can tell me what to change that'd be great I do have some other classes but I dont think that's needed, tell me if you need them!
×
×
  • Create New...

Important Information

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