how do I make an explosion?
x13machine opened this issue ยท 4 comments
Try this instead (to create an explosion at your own location):
var loc = self.location;
var yield = 2.5; // standard yield for primed TNT
self.world.makeExplosion(self, loc.x, loc.y, loc.z, 2.5, true);
Hi @x13machine , can you elaborate? I tried the above code myself and the server did not crash.