Rename *steel* itemstrings to *iron*
This commit is contained in:
parent
b5a4adc2e3
commit
f905c32289
20 changed files with 80 additions and 97 deletions
|
@ -1,10 +1,10 @@
|
|||
-- Armor Configuration
|
||||
ARMOR_MATERIALS = {
|
||||
leather = "mcl_mobitems:leather",
|
||||
iron = "default:steel_ingot",
|
||||
iron = "mcl_core:iron_ingot",
|
||||
chain = nil,
|
||||
gold = "default:gold_ingot",
|
||||
diamond = "default:diamond",
|
||||
gold = "mcl_core:gold_ingot",
|
||||
diamond = "mcl_core:diamond",
|
||||
}
|
||||
|
||||
ARMOR_FIRE_PROTECT = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue