Harvest Tool

Make players require a specific item to harvest their crops

It could be a vanilal item, like a hoe, a farmers' tool, or it could require an item enchanted with something, or a very specific MMOItem. This allows for cool mechanics where a strange crop requires a strange collection method, very nice.

YML Format:

HarvestWith:

- DISPLAY &cHow it will display in lore (Not a tool)

- v NETHER_STAR 0

- m SWORD STEEL_SWORD

- e infinity 1

Harvest With (any tool)

A list of GooP item filters, it is enough for a tool to match one of these to be able to harvest the shrub.

Example

A shrub has the item filter e LUCK_OF_THE_SEA 3 specified in its Harvest With list.

  • Players will need to enchant a fishing rod with luck of the sea III if they want to harvest this plant.

  • Breaking a shrub and pistons wont be able to harvest it anymore (unless it is broken with the fishing rod).

More Technical

You may specify one entry that is not an item filter, marked by the display keyword.

If you integrate lore of shrubs into your MMOItems lore, it will use this line to tell players what they must use.