Jump to content

TwIxToR_TiTaN

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by TwIxToR_TiTaN

  1. There is already a mod like that: http://popularmmos.com/webdisplays/
  2. Overwolf adds to almost every game a ingame teamspeak, facebook, twitter, webbrowser and more
  3. Here is a tutorial: http://www.minecraftforge.net/wiki/How_to_use_NBT_Tag_Compound
  4. static stuff can only refer to static
  5. I have a problem using NBT data. It saves the integer correctly but when i restart the client or when i create a new world it keeps the value and it doesnt reset it. Can some one have a look at my code? Thanks! http://pastebin.com/i2z9Cvw3
  6. Thank you all! By the Way the second skeleton was me forgetting to change it to creeper...
  7. Is there a better way to do this? "if (event.entity instanceof EntityZombie || event.entity instanceof EntitySkeleton || event.entity instanceof EntitySkeleton || event.entity instanceof EntityCreeper) {"
  8. Did you save it as .png or .PNG? (just curious)
  9. you could check the battlegear 2 mod (its open source)
  10. haha thank you i tried using the getPermissionLevel thing first but that didnt work so yesterday i tried the method above and it worked. anyway thank you for the response
  11. How can i make a normal user (a non operator) use a custom made command on a server?
  12. use a eventhandler and check when the player collides with the block and add damage manualy
  13. how do i set the damage? or is it set automaticly?
  14. How do you make swords in 1.7? im using a onentityhit method right know
  15. didnt know how to change to utf-8 but thanks for helping!
  16. doesnt work it will show a question mark on the item
  17. How do you color item names in 1.7? (i use a lang file for my item names)
  18. that is a realy good example you just qouted...
  19. When i add a system.out message to the client proxy and the common proxy only the client proxy prints the line why is my common proxy not working? http://hastebin.com/petufipuvu.avrasm (common) http://hastebin.com/gimotanaha.avrasm (client) http://pastebin.com/xnbmhNve (Base mod class)
  20. Hey! My text gui is not scaling properly when i change the window size or the gui scale. http://pastebin.com/tAmNgr75 Some body got a idea how to fix this?
×
×
  • Create New...

Important Information

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