shearing (task type)
Since v2.0
Shear a set amount of colorables (colourables) or shearables.
Options
Key | Description | Type | Required | Default | Notes |
---|---|---|---|---|---|
amount | The number of sheep to shear. | Integer | Yes | - | - |
color / colors | The specific color(s) to shear. | Color / list of colors | No | - | Not specifying this field will allow all colors to count towards this task. For a list of valid colors, visit this page. |
mob / mobs | The specific mob(s) to shear. | 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
Shear 10 animals:
shearing:
type: "shearing"
amount: 10 # amount of sheep sheared
worlds: # (OPTIONAL) restrict to certain worlds
- "world"
Shear 10 pink sheep:
shearing:
type: "shearing"
amount: 10 # amount of sheep sheared
color: "PINK"
mob: "SHEEP"
worlds: # (OPTIONAL) restrict to certain worlds
- "world"