forked from mtcontrib/3d_armor
Craft wooden armor from any type of wood [group:wood]
This commit is contained in:
parent
c03cefbc87
commit
679888398f
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user