blockfertilizing (task type)
Not released yet (dev builds)
Minecraft 1.13+ required
Fertilize a set amount of blocks.
Options
Key | Description | Type | Required | Default | Notes |
---|---|---|---|---|---|
amount | The number of blocks to fertilize. | Integer | Yes | - | - |
block | The specific block(s) to fertilize. | Material, or list of material | No | - | Please see this list (1.13+) or this list (1.8-1.12) for material names. Note that some items are confusingly named, they may refer to the held item or block instead of the crop block. |
worlds | Worlds which should count towards the progress. | List of world names | No | - | - |
Examples
Fertilize beetroots in world_nether:
infernalbeetroots:
type: "blockfertilizing"
amount: 1 # amount of blocks to be fertilized
block: "BEETROOTS" # name of block
worlds: # (OPTIONAL) restrict to certain worlds
- "world_nether"