Rename 3d_armor modpack to its original name
This commit is contained in:
parent
ccac208ee3
commit
469f5f960e
75 changed files with 0 additions and 0 deletions
22
mods/minetest-3d_armor/3d_armor/armor.conf
Normal file
22
mods/minetest-3d_armor/3d_armor/armor.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
-- Armor Configuration
|
||||
ARMOR_MATERIALS = {
|
||||
leather = "mobs:leather",
|
||||
iron = "default:steel_ingot",
|
||||
chain = nil,
|
||||
gold = "default:gold_ingot",
|
||||
diamond = "default:diamond",
|
||||
}
|
||||
|
||||
ARMOR_FIRE_PROTECT = false
|
||||
|
||||
ARMOR_FIRE_NODES = {
|
||||
{"default:lava_source", 5, 4},
|
||||
{"default:lava_flowing", 5, 4},
|
||||
{"fire:basic_flame", 3, 4},
|
||||
{"fire:permanent_flame", 3, 4},
|
||||
}
|
||||
|
||||
ARMOR_DROP = true
|
||||
ARMOR_DESTROY = false
|
||||
ARMOR_HEAL_MULTIPLIER = 0
|
||||
ARMOR_RADIATION_MULTIPLIER = 0
|
Loading…
Add table
Add a link
Reference in a new issue