Posted September 12, 20205 yr I am coding custom events on 1.16.1 and want when I hit a sheep I want the sheep explodes, does anyone know how to do this? ย Thanks Edited September 12, 20205 yr by Moosemoosetwutwu
September 12, 20205 yr What do you mean you want the sheep to explode? You mean...visually? Flying limbs, pieces everywhere etc? ๐ Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
September 12, 20205 yr Author No just like a crater where he used to be and you can take explosion damage by it
September 12, 20205 yr Oh sorry, i get what you want to do now ๐ ...so you can subscribe to the AttackEntityEvent..check if the target entity is a sheep and then use World#createExplosion to create an explosion with configurable values (position, radius etc...) Edited September 12, 20205 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.