Update config
This commit is contained in:
parent
9c3df6a44d
commit
fe963b7c25
25
config/kawaii-dishes-common.toml
Normal file
25
config/kawaii-dishes-common.toml
Normal 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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user