Started by
Tr1ple1337228
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone, I want to make a rasengan from the anime "Naruto". The idea is this: when you right-click on an entity, an explosion should occur. Does anyone know how this can be done?
You could try to add a trigger for right-clicking in the air, and if there's an entity at XYZ an explosion is made. And then another part that removes a Rasengan from your inventory. This is off the top of my head so it doesn't come with clear instructions. But it should be possible.
Like This - https://imgur.com/a/AvMyRjU
In the second image in the red box where it says "none" none just means no blocks will break, if you use break it will be like tnt it will break blocks and drop them, if you use "destroy" it will break the blocks but not drop them.
Senk you very much!)