This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#Type all monster, they you don't want see.
|
||||
monsters = ["spider"]
|
||||
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,
|
||||
@@ -7,7 +7,7 @@ monsters_in_text = true
|
||||
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", "minecraft:endermite", "minecraft:silverfish"]
|
||||
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