moving around
This commit is contained in:
13
web/pack/config/smarterfarmers-common.toml
Normal file
13
web/pack/config/smarterfarmers-common.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user