Started by
Nutq
on
Topic category: Help with MCreator software
Does anyone know how to make enchant that when hitting enemy would have 30% chance to summon poison cloud?
Topic category: Help with MCreator software
Does anyone know how to make enchant that when hitting enemy would have 30% chance to summon poison cloud?
it is possible, normally by using the code editor to launch an ender dragon ball with a 30% chance if the player hits an entity with an item having the required enchantment
You don't need the code editor! You could do a procedure for every time the player hits an entity, or if you want other entities to be able to use the enchantment, when an entity takes damage. I'm sure it's possible but I haven't tested it myself, so I don't know the specifics