Update config

This commit is contained in:
Mateusz Słodkowicz 2025-09-29 11:41:48 +02:00
parent 9c3df6a44d
commit fe963b7c25
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -114,6 +114,10 @@ hash = "7e66e4418524aa9368744a90dcb3396a54029bb989cb1a3a0454a6738fdb3f75"
file = "config/item_obliterator.json5" file = "config/item_obliterator.json5"
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
[[files]]
file = "config/kawaii-dishes-common.toml"
hash = "8dfbc375bc9e1b5b596af67897be19316f7b15287b2e5f80d81b56c41abb1b53"
[[files]] [[files]]
file = "config/mimi-common.toml" file = "config/mimi-common.toml"
hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f" hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f"

View File

@ -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 = "a8502e31be8775813cc76a3ec873461aa1be96f9356a34ae96157683bf083f20" hash = "8b3896903777d363715da98d866cbe92964d0659e9777e6413e6ae8ff214f81c"
[versions] [versions]
forge = "47.4.8" forge = "47.4.8"