Started by
K0M0S63
on
Topic category: Help with Minecraft modding (Java Edition)
It looks like imediatesourceentity is missing since i see it under "When projectile hits block" but not to the bottom right in the actual procedure
This is the procedure:
if: Has Provided itemstack enchantment CUSTOM:ExplosiveBullets
do: Explode at x: x y: y z: z with power 2 type: BREAK
Update: Fixed it by changing from Has provided itemstack to has item in main-hand of event/ target entity
Edited by K0M0S63 on Mon, 04/18/2022 - 16:27