Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#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