This commit is contained in:
2024-03-28 20:10:54 +01:00
2 changed files with 24 additions and 16 deletions

View File

@@ -358,6 +358,12 @@ if industrialtest.mclAvailable then
mcl_armor.register_set({
name=material,
description=materialDisplayName,
descriptions = {
head = "Helmet",
torso = "Chestplate",
legs = "Leggings",
feet = "Boots",
},
durability=config.uses,
points=config.armorPoints,
craft_material="industrialtest:"..material,