[6.0.0] Updated Minecraft and remade pack

This commit is contained in:
Aethrexal
2024-08-01 02:14:41 +02:00
commit f2eca75a00
119 changed files with 5851 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
// - default: true
requireHoe: false,
// - default: true
harvestInRadius: false,
/* - 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
}