Started by
OverOne
on
Topic category: Help with Minecraft modding (Java Edition)
Good morning everyone. I am making a mod in which I want the reproduction as the taming of entities to be separate. I did a procedure in which I can tame an entity with three amethysts, but this entity continues to consume amethyst every time I right click. Could someone help me how to stop consuming amethyst after taming?
First, you don't need a procedure to tame something. There is a built in system in mcreator to handle that already.
Second, if you still want to define your own procedure, just add an if statement that checks the owner of the entity.