Jump to content

jjw123

Forge Modder
  • Posts

    80
  • Joined

  • Last visited

Everything posted by jjw123

  1. ive tried threads, ill try more thread methods...
  2. hi, so i need to make minecraft wait before running code, all the methods that i have tried cause unbelievable amounts of lag, so im just wondering what other ways i have of doing it, i want something like the BC quarry building
  3. i know, when i started my new mod i copied my MCP folder from an older mod
  4. ah yeah, i have 3.0.1.75 ^^ thanks for your help
  5. which version of forge added it? i might be on an outdated version lol
  6. i am using forge... it still gives me the error
  7. yeah but if its over 127 then it makes it negative and i get an array index out of range
  8. how do i get the topblock in the biome to be over 127? i want to use my custom block but its a byte so i cant...
  9. Thanks SOOOOOOOOOOOOOOOOOOOOOO much
  10. try something in onUpdate i believe the method is called or something like that and update the bar in there
  11. ok, so its still not working. ill post some code. Teleporter class the method called in block Portal My dimension register thanks for the help im guessing im doing something obviously wrong that i just cant see... its always the way
  12. itll be something to do with what method you have your damageItem in
  13. Energy as in electrical, or mechanical, or magic, or...? all three of them, and more
  14. ah ok, so it extends Teleporter, do i just copy the teleporter class and edit the blocks?
  15. i believe i found my issue i didnt have a teleporter class, what goes in there?
  16. if your looking for a mod that adds old school energy, im currently developing one that adds that along with newer types of energy
  17. you want to do this.setMaxDamage(100) in the constructor (that would obv set the bar to have 100 'segments') then do ItemStack.damageItem(1, EntityPlayer) and that would take 1 off the damage. the ItemStack and EntityPlayer should both be objects / Parameters of the method
  18. I could do with some help with the usePortal method i registered my dimension to ID 10, yet when i put mc.usePortal(10); it crashes on touching the portal block (i may have made a really stupid error that im not seeing, for which i apologise)
×
×
  • Create New...

Important Information

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