taming (task type)

Since v3.13

Tame a set amount of animals.

Options

Key Description Type Required Default Notes
amount The number of animals to tame. Integer Yes - -
mob / mobs The specific mob(s) to tame. Entity type, or list of entities No - Not specifying this field will allow all mob types to count towards the task. Please see this list for entity types.
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Tame 10 animals:

taming:
  type: "taming"
  amount: 10                            # amount of mobs tamed
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Tame 10 pigs:

taming:
  type: "taming"
  amount: 10                            # amount of mobs tamed
  mob: "PIG"                            # mob to tame
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.