Files
mechanical-smp-v1/web/pack/config/smarterfarmers-common.toml
2025-07-26 15:09:57 +02:00

14 lines
658 B
TOML

[general]
#If true, villagers will pick up food items from the regardless of mob griefing gamerule. Needed since with mob griefing on they wont be able to breed.
pickup_food_override = true
#If true, villagers will eat food items they pick up. Eating food will heal them
eat_food = true
#Time for a farmer to harvest a crop once it reached its destination
# Default: 40
# Range: 1 ~ 1000
time_to_harvest = 40
#If true, will render debug info for farmers. Only works in single player
debug_renderer = false
#If true, farmers will plant crops on dirt blocks by tilling them. Valid blocks are controlled by farmer_tillable tag
plant_on_dirt = false