Config SleepWarp

This commit is contained in:
Pedro Rey Anca 2025-07-03 00:24:14 +02:00
parent 4f4770da49
commit 1a9a35ad0c
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 22 additions and 1 deletions

17
config/sleepwarp.json Normal file
View file

@ -0,0 +1,17 @@
{
"action_bar_messages": true,
"use_sleep_percentage": true,
"tick_game_time": false,
"tick_block_entities": false,
"tick_random_block": true,
"tick_snow_accumulation": true,
"tick_ice_freezing": true,
"tick_lightning": true,
"tick_monsters": false,
"tick_animals": false,
"max_ticks_added": 40,
"player_multiplier": 0.6,
"monster_tick_multiplier": 0.25,
"animal_tick_multiplier": 0.25,
"log_error_messages": false
}