Ladysnake / BLAST

A simple Minecraft bomb mod for Fabric.
https://ladysnake.github.io/wiki/blast.html
13 stars 14 forks source link

feat: Modifiable Explosion Radius #33

Closed AmyMialee closed 11 months ago

AmyMialee commented 2 years ago

Makes it so that bombs will store their explosion radius as a variable. Doesn't change the base mod but allows changing explosion radius with commands and allows other mods and datapacks to change the explosion size. For example: /summon blast:bomb ~ ~ ~ {Fuse:80,ExplosionRadius:40} summon a bomb with a 4 second fuse and very large explosion radius. This also supports the tag on items, such as /give @s blast:bomb{ExplosionRadius:40} allowing the same large explosion in the item form.

AmyMialee commented 1 year ago

any updates?

Pyrofab commented 11 months ago

Yes