Animal-Tame Locking

Link to animal-tame-locking

This feature allows for you to add requirement locks to taming specific entities.

Link to IEntityDefinition

Copy
# Blank Example:
mods.compatskills.AnimalTameLock.addTameLock(IEntityDefinition definition, String... defaultRequirements);

# Working Example:
mods.compatskills.AnimalTameLock.addTameLock(<entity:minecraft:wolf>, "reskillable:mining|5", "reskillable:magic|7");