Farmland Creation - Namrufus/HarvestTime GitHub Wiki
Usage
First, the user places a configurable number and type of blocks below a farmland block.
The dirt (dirt/grass/mycellium) block is hoed normally, but for a continuous longer configurable duration depending on the type of hoe used on the block (diamond hoes may hoe more quickly than wood hoes).
After the duration, the dirt block will be converted to farmland and the "cost" beneath the farmland will be "consumed" and be converted to dirt.
Configuration
farmland_creation:
enabled: true
block_type: CLAY
block_count: 8
tool_time:
WOOD_HOE: 7.0
STONE_HOE: 6.0
IRON_HOE: 5.0
DIAMOND_HOE: 3.0
GOLD_HOE: 4.0
enabled: flag. enables the farmland creation system.
block_type: the type of block required to be placed below the dirt block as a cost to create farmland.
block_count: the number of blocks required to be placed below the dirt block as a cost to create farmland.
tool_time: list of hoe types and the time to create farmland, in seconds. 0.0 for instantaneous.