Files
minecraft_server_zombie/config/harvestwithease-common.toml
2024-11-28 17:00:03 +00:00

12 lines
421 B
TOML

#List of in-game IDs of additional crops
crops = []
#Require holding a hoe (either hands) to right-click harvest
"require hoe" = false
#If [require hoe] is set to true, damage the hoe of the given amount (0 to disable, must be an integer)
"damage on harvest" = 0
#Amount of experience to grant on harvest (0 to disable, must be an integer).
"exp on harvest" = 3
#Play a sound when harvesting a crop.
"play sound" = true