This commit is contained in:
Shiroyasha 2025-09-14 20:52:18 +03:00
commit d8d0e9d536
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2567 changed files with 167778 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
// Sets the world game mode to hardcode mode and ignores the other difficulty settings when enabled.
"forceHardcoreMode": false,
// Whether Creative Mode should not be possible to select in the world creation screen.
"disableCreativeModeSelection": false,
// Priority 1: Sets the difficulty in any world to peaceful when enabled.
"forcePeaceful": true,
// Priority 2: Sets the difficulty in any world to easy when enabled.
"forceEasy": false,
// Priority 3: Sets the difficulty in any world to normal when enabled.
"forceNormal": false,
// Priority 4: Sets the difficulty in any world to hard when enabled.
"forceHard": false,
// Whether the cheats option should be forced to be disabled on the initial world creation screen.
"forceCheatsDisabled": false,
// When enabled, locks the difficulty in any world so it cannot be changed.
"shouldLockDifficulty": true,
// When enabled, also sets the difficulty in worlds where it has already been locked.
"shouldChangeDifficultyWhenAlreadyLocked": false
}