]> gitweb.ps.run Git - packwiz/blob - config/rightclickharvest.json5
repaya
[packwiz] / config / rightclickharvest.json5
1 {
2         // - default: false
3         requireHoe: false,
4         // - default: true
5         harvestInRadius: true,
6         /* - default: NONE
7            - must be one of: NONE, LOW, NORMAL, HIGH
8         */
9         hungerLevel: "NONE",
10         /* - default: NONE
11            - must be one of: NONE, COST, REWARD
12         */
13         experienceType: "NONE",
14         // - default: true
15         showServerWarning: true,
16         /* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once.
17            - default: false
18         */
19         hasUserBeenWarnedForNotUsingHoe: false
20 }