SOLVED: Need help with custom exploding bullets enchant

Started by K0M0S63 on

Topic category: Help with modding (Java Edition)

Last seen on 18:00, 12. Aug 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
SOLVED: Need help with custom exploding bullets enchant
Mon, 04/18/2022 - 16:27 (edited)

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