forked from VoxeLibre/VoxeLibre
23 lines
479 B
Plaintext
23 lines
479 B
Plaintext
-- Armor Configuration
|
|
ARMOR_MATERIALS = {
|
|
leather = "mcl_mobitems: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
|