From 6dc79a41c4ebf50bc219b886edad7731f4aab686 Mon Sep 17 00:00:00 2001 From: materus Date: Tue, 29 Jul 2025 16:10:08 +0200 Subject: [PATCH] Add dusk config --- config/dusk.json | 18 ++++++++++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/dusk.json diff --git a/config/dusk.json b/config/dusk.json new file mode 100644 index 0000000..5cde891 --- /dev/null +++ b/config/dusk.json @@ -0,0 +1,18 @@ +{ + "nightSpawnMod": { + "desc:": "Percentage of how many more monster can appear at night, default: 30", + "nightSpawnMod": 30 + }, + "baseMonsterCap": { + "desc:": "Base monster cap to act upon, this is the value it'll increase from/reduce to at the start/end of the night. Increase this to see more monsters in the world, default(Vanilla): 70", + "baseMonsterCap": 100 + }, + "minSleepTime": { + "desc:": "Min time required to sleep, vanilla min time:12500, Midnight is 18000", + "minSleepTime": 13000 + }, + "disableSleep": { + "desc:": "Disable sleeping?, default: false", + "disableSleep": false + } +} diff --git a/index.toml b/index.toml index 72bb363..37f914e 100644 --- a/index.toml +++ b/index.toml @@ -102,6 +102,10 @@ hash = "6035264f959f137b7ec723e466b01514741e9ca599b09ae26cfdc851caf30268" file = "config/do_a_barrel_roll-client.json" hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de" +[[files]] +file = "config/dusk.json" +hash = "7e66e4418524aa9368744a90dcb3396a54029bb989cb1a3a0454a6738fdb3f75" + [[files]] file = "config/item_obliterator.json5" hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" diff --git a/pack.toml b/pack.toml index 28d31c3..cbad265 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a1c272b174870017520debdfaec559b50727a45820b543472754e9781aae3264" +hash = "845b147b67f2fee0758b69b0c7da0bd2964cd7a842767984a24494e3b04a2cc2" [versions] forge = "47.4.4"