oo3server/config/strongfarmland.toml

13 lines
362 B
TOML
Raw Normal View History

2024-02-09 10:42:53 +00:00
#If a farmland has moisture, the following entity types will be blocked from trampling it into dirt when the setting is false
[strongfarmland]
#Do players trample farmland
player = false
#Do tamed animals (cats, dogs, etc) trample farmland
tameable = false
#Do tamed horses trample farmland
horse = false
#Do iron golems trample farmland
golem = false