17 lines
427 B
TOML
17 lines
427 B
TOML
|
|
||
|
[general]
|
||
|
#When should farmland get trampled
|
||
|
#Never: Never trampled farmland
|
||
|
#Always: It Always get trampled
|
||
|
#Default: Normal behavior
|
||
|
#Feather Falling: Does not get trampled with you have feather falling boots
|
||
|
#Allowed Values: FEATHER_FALLING, NEVER, ALWAYS
|
||
|
type = "NEVER"
|
||
|
#Level of Feather Falling needed
|
||
|
#Range: 1 ~ 3
|
||
|
level = 1
|
||
|
#At how many blocks should trampling stop start
|
||
|
#Range: 0.0 ~ 256.0
|
||
|
blocks = 0.0
|
||
|
|