Started by
Setlegend
on
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod with a custom food source that tames any animal(all the animals)
how can I possibly do that ???
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod with a custom food source that tames any animal(all the animals)
how can I possibly do that ???
For custom ones just add taming item inside AI
For vanilla one must use procedures
Global trigger when player right click on entity
If is that entity tamable and item in main hand is your custom food
Tame entity and remove 1 food from inventory
if the entity isnt tameable ??? i want it to tame both tameable and non tameable
Thats not possible without coding because you need to change the mob behaviour. The only things that you can do is an instant replace with an entity with the same model and texture