init
This commit is contained in:
14
package/overrides/config/wats-common.toml
Normal file
14
package/overrides/config/wats-common.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
#Type all monster, they you don't want see.
|
||||
monsters = ["spider", "silverfish"]
|
||||
#If you don't want see spider in item & block description/name also.
|
||||
monsters_in_text = true
|
||||
#If WATS have replace monster text and model or your do it by self,
|
||||
#you can add item ID here to avoid item/block be 'delete'
|
||||
sp_monsters = ["minecraft:spider_eye", "minecraft:fermented_spider_eye", "minecraft:cobweb"]
|
||||
#Type monsters, they ban by 'monsters'
|
||||
#like 'bee', this is BugJump's special XD.
|
||||
sp_monsters_white = ["minecraft:bee"]
|
||||
#How to replace spawner?
|
||||
#Type entity ID.
|
||||
spawner_replacer_entities = ["minecraft:zombie", "minecraft:skeleton"]
|
||||
|
||||
Reference in New Issue
Block a user