Jump to content

Moony22

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Moony22

  1. Sorry about the no code. This is my declaration of the Achievement. 5242907 is just the ID added onto 5242880 as you can see in the Achievement.java. This crash also only happens when I launch the normal Minecraft Client from my desktop and get one of my achievements, close it down and reopen it, so I can't debug it. So, with this more information, could anyone help? EDIT: I fixed it by asking someone else, thanks though!
  2. Alright, so I have some achievements in my mod. I found out I had an error saying: "2013-03-26 16:17:11 [iNFO] [sTDOUT] 5242907 is not a valid stat, creating place-holder" This happens after the Achievement is taken, and Minecraft is loaded up once more. It seems that it's got to do with a duplicate ID as later in the log it says: java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.compactBlockAchievement" at id 5242907 I wonder if anyone could help me find what the problem is?
  3. I'm not too good with Enititys, but as far as I'm aware you can change the texture size in Techne. You have to make a Model Class, then copy the Java Code the Techne produces (You've got to then edit it to keep it up to date with Minecraft, by looking at other Models.)
  4. Hmm, oh well, I'll just live without it for now.
  5. I'm the modder of Compact Crafting, and I would like Modder Status, and a Sub Forum called "Compact Crafting" please. Thank you
  6. Oh Okay, thanks. But how is Minecraft Glass transparent in the hotbar? I've looked at the code for BlockGlass.
  7. Alright, thanks for the link. How do I use this with my mod(I'm new to github)? Also, is there any fix for the hot bar as well?
  8. Hello Alright, I'm trying to make a transparent block. I know about creating blocks etc, and I have done the usual thing. I made a texture with transparency in PAINT.NET, and this is what I did inside my BlockCompactGlass: And this is what it looks like ingame: As you can see the block on the left is mine, and it does not render water. It also does not show up as transparent in the hotbar. Any help with my issue would be appreciated. I am using forge (build number 7.7.0.604). Thanks, Moony22
  9. Which Renderer, the ChunkProvider?
  10. In addition to that, my portal doesn't render when 2 of them are next to each other, but my main problem is what I have stated above.
  11. What about sun/moon texture? And could I have the whole dimension one biome?
  12. Hi, I've created a new dimension, and I'd like to know how to customise it without dimensions api I want to add things like a filler and top block, custom sun and.moon texture, and any other possible things I can customize my dimension with. I'd appreciate the help.
  13. Thanks! I forgot to add I updated today and It worked, but thanks as your post worked
  14. http://pastebin.com/U2640nXT I get this when I start up minecraft with Minecraft Forge, even though I haven't installed any mods with it. It also happens to me when I'm modding with eclipse, which is the main reason I'm using Minecraft Forge. I'm using build #6.6.0.510, but I've also used other versions and it still does not work. I'd appreciate some help with this as it's getting really annoying as I see other users have this problem as well. Thank you EDIT: When I say I haven't installed any mods, I have obviously the ForgeModLoader, MCP, and Minecraft Forge
×
×
  • Create New...

Important Information

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