Allow individual armor materials to be disabled via armor.conf

This commit is contained in:
stujones11
2015-02-19 18:53:31 +00:00
parent e6979e9409
commit b17d8ea55a
4 changed files with 184 additions and 198 deletions

View File

@ -1,5 +1,17 @@
-- Armor Configuration (defaults)
-- You can remove any unwanted armor materials from this table.
-- Note that existing armor that is removed will show up as an unknown item.
ARMOR_MATERIALS = {
wood = "default:wood",
cactus = "default:cactus",
steel = "default:steel_ingot",
bronze = "default:bronze_ingot",
diamond = "default:diamond",
gold = "default:gold_ingot",
mithril = "moreores:mithril_ingot",
}
-- Increase this if you get initialization glitches when a player first joins.
ARMOR_INIT_DELAY = 1