Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thisisACat5/5917d4f1e960dcd4dcab7107bd17bb4e to your computer and use it in GitHub Desktop.
Save thisisACat5/5917d4f1e960dcd4dcab7107bd17bb4e to your computer and use it in GitHub Desktop.
[tweaks.simple_harvest]
#Can players harvest crops with empty hand clicks?
"Empty Hand Harvest" = true
#Does harvesting crops with a hoe cost durability?
"Harvesting Costs Durability" = false
#Should Quark look for (nonvanilla) crops, and handle them?
"Do Harvesting Search" = true
#Which crops can be harvested?
#Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]"
"Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment