Main Upload

This commit is contained in:
minster586
2024-11-07 03:34:53 -05:00
parent 42b67bf493
commit 3b8c8f56bb
148 changed files with 16114 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[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"]