hatching (task type)
Since v3.15.1
Minecraft 1.15+ required
Paper required
Hatch a set amount of entities of certain types.
Options
Key | Description | Type | Required | Default | Notes |
---|---|---|---|---|---|
amount | The number of entities to hatch. | Integer | Yes | - | - |
mob / mobs | The specific entity type(s) to hatch. | Entity type, or list of entities | No | - | Not specifying this field will allow all entity 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
Hatch a chicken (by throwing an egg):
hatching:
type: "hatching"
amount: 1 # amount of entities to be hatched
mob: CHICKEN # (OPTIONAL) types of mobs
worlds: # (OPTIONAL) restrict to certain worlds
- "world"