Quantcast
Channel: MythicCraft
Viewing all articles
Browse latest Browse all 11417

Meteor projectile not exploding on impact with blocks

$
0
0
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

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:
  -...
Meteor projectile not exploding on impact with blocks

Viewing all articles
Browse latest Browse all 11417

Trending Articles