Jump to content

ViToxC

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

ViToxC's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Then set the JAVA_HOME environment variable to point to it. How? Sorry
  2. For some reason i cant decompile forge... here is the error: http://pastebin.com/pZk5yM5S Can anyone please help me?
  3. ViToxC

    Need help

    I dont now if u can help me, but I have a problem with a Mod and dont know how to deal with it. My Mod Should show u in the top of youre Minecraft youre currently position, and it works, but not really good. After the position X, for example, there are many different numbers it looks like this: *Click* I only want to see the 689. Source: Double drawX = Double.valueOf(Minecraft.getMinecraft().thePlayer.posX); Wrapper.fr.drawString( "§7" + "[§6X§7] " + "§f" + drawX, 2, 12, 16776960); Double drawY = Double.valueOf(Minecraft.getMinecraft().thePlayer.posY); Wrapper.fr.drawString( "§7" + "[§6Y§7] " + "§f" + drawY, 2, 22, 16776960); Double drawZ = Double.valueOf(Minecraft.getMinecraft().thePlayer.posZ); Wrapper.fr.drawString( "§7" + "[§6Z§7] " + "§f" + drawZ, 2, 32, 16776960);
×
×
  • Create New...

Important Information

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