Started by
Polixaber
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I am making a mod, and i want to create an item, that when you will right click, it will spawn one of the 50 entities, and i want it to spawn entities at random sequence. Is this possible?
Go to your custom item tab and go to triggers, then create a procedure to when right-clicked
In the procedure use the spawn entity and the random chance blocks, you can find the random chance code in the Procedure templates.