added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
// - default: true
requireHoe: true,
// - default: true
harvestInRadius: true,
/* - default: NORMAL
- must be one of: NONE, LOW, NORMAL, HIGH
*/
hungerLevel: "NORMAL",
/* 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.
- default: false
*/
hasUserBeenWarnedForNotUsingHoe: false
}