I created a meteor projectile, and while it will explode on impact with a player, it wont explode on impact with with a block
heres my config for it
Meteor projectile not exploding on impact with blocks
heres my config for it
Code:
IncomingArtillery: Cooldown: 10 Skills: - delay 60 - projectile{onTick=IncomingArtillery-Tick;onHit=IncomingArtillery-Hit;Type=METEOR;HitNonPlayers=true;i=1;hR=1;vR=1;v=6;hfs=40;g=1;} - effect:sound{s=artillery_incoming;volume=3.0;pitch=1.0} IncomingArtillery-Tick: Skills: -...