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
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
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
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)