Craft wooden armor from any type of wood [group:wood]

This commit is contained in:
stujones11 2015-02-20 15:09:30 +00:00
parent c03cefbc87
commit 679888398f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
-- 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",
wood = "group:wood",
cactus = "default:cactus",
steel = "default:steel_ingot",
bronze = "default:bronze_ingot",

View File

@ -7,7 +7,7 @@ ARMOR_DESTROY = false
ARMOR_LEVEL_MULTIPLIER = 1
ARMOR_HEAL_MULTIPLIER = 1
ARMOR_MATERIALS = {
wood = "default:wood",
wood = "group:wood",
cactus = "default:cactus",
steel = "default:steel_ingot",
bronze = "default:bronze_ingot",