12 lines
396 B
TOML
12 lines
396 B
TOML
|
|
[General]
|
|
#Print all found mob IDS to the console, will cause spam
|
|
printIDs = false
|
|
#Protects all mobs from fire
|
|
protectAllMobs = false
|
|
#Protects these mods from fire (any mobs with these namespaces)
|
|
mods = ["iceandfire"]
|
|
#Protects these mobs from fire (any mobs with these ids (namespace:name))
|
|
mobs = ["minecraft:zombie", "minecraft:drowned", "minecraft:skeleton", "minecraft:stray"]
|
|
|