Created
May 12, 2020 10:46
-
-
Save thisisACat5/5917d4f1e960dcd4dcab7107bd17bb4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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