Posted March 6, 20232 yr I just want to know if there's any method or something to do a explosion with fire (Fireball explosion, Bed explosion). Thanks Edited March 6, 20232 yr by Command17
March 6, 20232 yr wait a moment just explode this.level.explode((Entity)null, target.getX() + 0.5D, target.getY() + 0.5D, target.getZ() + 0.5D, 2.0F, Explosion.BlockInteraction.NONE); explode but break blocks this.level.explode((Entity)null, target.getX() + 0.5D, target.getY() + 0.5D, target.getZ() + 0.5D, 2.0F, Explosion.BlockInteraction.DESTROY); real explosion this.level.explode((Entity)null, target.getX() + 0.5D, target.getY() + 0.5D, target.getZ() + 0.5D, 2.0F, true,Explosion.BlockInteraction.DESTROY);
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.