Files
TLOU-P2/config/mobsunscreen-common.toml
2025-04-19 02:56:28 -04:00

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