From fe963b7c2573abac88063a210831cd6f212d4608 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 29 Sep 2025 11:41:48 +0200 Subject: [PATCH] Update config --- config/kawaii-dishes-common.toml | 25 +++++++++++++++++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 config/kawaii-dishes-common.toml diff --git a/config/kawaii-dishes-common.toml b/config/kawaii-dishes-common.toml new file mode 100644 index 0000000..0182fb2 --- /dev/null +++ b/config/kawaii-dishes-common.toml @@ -0,0 +1,25 @@ + +["Common Configs for Kawaii Dishes"] + #Define if the Kawaii Effect can send messages to local players + canSendMessage = false + #Set the chance to message the player + #Range: 0.0 ~ 1.0 + chanceToMessage = 2.5E-4 + #Sets the messages that are sent to the player + messages = ["You look so kawaii !!", "OuO", "Cute <3", "You look nice today", "Hi Cutie !", "Hey sweetie!"] + #Should the mobs spawn with the maid dresses + shouldSpawn = true + #Sets the chance for mobs to spawn with maid dresses + #Range: 0.0 ~ 1.0 + chanceToSpawn = 0.005 + #Sets the chance for mobs that spawn with maid dresses to drop them + #Range: 0.0 ~ 1.0 + chanceToDrop = 0.10 + #Should the add item trades for villagers + villagerTrades = false + #Should the add item trades for wandering traders + wanderingTraderTrades = true + #Structure generation weights for the village houses + #Range: 0 ~ 450 + villageStructWeight = 25 + diff --git a/index.toml b/index.toml index 4f18857..8d33d9e 100644 --- a/index.toml +++ b/index.toml @@ -114,6 +114,10 @@ hash = "7e66e4418524aa9368744a90dcb3396a54029bb989cb1a3a0454a6738fdb3f75" file = "config/item_obliterator.json5" hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" +[[files]] +file = "config/kawaii-dishes-common.toml" +hash = "8dfbc375bc9e1b5b596af67897be19316f7b15287b2e5f80d81b56c41abb1b53" + [[files]] file = "config/mimi-common.toml" hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f" diff --git a/pack.toml b/pack.toml index fb05d12..8159765 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 = "a8502e31be8775813cc76a3ec873461aa1be96f9356a34ae96157683bf083f20" +hash = "8b3896903777d363715da98d866cbe92964d0659e9777e6413e6ae8ff214f81c" [versions] forge = "47.4.8"