Config SleepWarp
This commit is contained in:
parent
4f4770da49
commit
1a9a35ad0c
17
config/sleepwarp.json
Normal file
17
config/sleepwarp.json
Normal 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
|
||||||
|
}
|
|
@ -204,6 +204,10 @@ hash = "a9076d31f99a7c047a0312f28ab47b6238efd759be1bf5e1a8d72dccf7228368"
|
||||||
file = "config/openloader/resources/Cobblemon-Tips-1.0.0.zip"
|
file = "config/openloader/resources/Cobblemon-Tips-1.0.0.zip"
|
||||||
hash = "13d123946cdbc4d06c96081f2b4316e275862d6574b4665575f32c445ca57371"
|
hash = "13d123946cdbc4d06c96081f2b4316e275862d6574b4665575f32c445ca57371"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sleepwarp.json"
|
||||||
|
hash = "60abaa6c14e300f5dc13aa8f24a7240c3c34193fe1e62e85eaa6e3fbd1d0a4e0"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/balm-client.toml"
|
file = "config/yosbr/config/balm-client.toml"
|
||||||
hash = "e6ca77393d993b18e48a8d87115d52dad5eb0554ba3070f8919c257460fe377e"
|
hash = "e6ca77393d993b18e48a8d87115d52dad5eb0554ba3070f8919c257460fe377e"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "95bc67479513d0ebbc9f6de06d6b45a0536ac85808723f7b59659fab24a313d0"
|
hash = "f6b636aa17da291e3fe4b6679da4222d0073956466d699e67e38ba673e3e4c2a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.14"
|
fabric = "0.16.14"
|
||||||
|
|
Loading…
Reference in a new issue