This commit is contained in:
azw
2024-08-19 11:42:04 +08:00
commit d36294cb86
132 changed files with 4417 additions and 0 deletions

View 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"]