init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
20
config/difficultylock.json5
Normal file
20
config/difficultylock.json5
Normal 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": false,
|
||||
// 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": false,
|
||||
// When enabled, also sets the difficulty in worlds where it has already been locked.
|
||||
"shouldChangeDifficultyWhenAlreadyLocked": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue