Started by
guazek
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, is it possible to make projectile drop an item after hitting the ground? I'm new into mcreator so I don't know much about it.
Topic category: Help with Minecraft modding (Java Edition)
Hi, is it possible to make projectile drop an item after hitting the ground? I'm new into mcreator so I don't know much about it.
Sure
On the projectile tab of the ranged item, add a procedure for what happens when it hits a block. Then search around for a summon gem block and put the item you want to drop inside of it.
I didn't know much about this either but I recently made a mod where you throw your dagger and if it hits something you teleport to that position and get your dagger back.
thank you so much, it worked!
its working for me but kinda broken or smth else, besause when im like shooting, item which is should appears after a collision between a projectile and a block, itself being added to the inventory
anyone knows how to fix this