1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[3d_armor] Reactivate mithril armors

This commit is contained in:
LeMagnesium
2016-05-09 00:25:43 +02:00
parent 790118cf67
commit 211b127223
6 changed files with 16 additions and 24 deletions

View File

@ -11,12 +11,10 @@ if minetest.get_modpath("technic") then
carbon="technic:carbon_steel_ingot",
stainless="technic:stainless_steel_ingot",
}
if minetest.get_modpath("moreores") then
stats.tin = { name="Tin", armor=1.6, heal=0, use=750 }
stats.silver = { name="Silver", armor=1.8, heal=0, use=650 }
mats.tin = "moreores:tin_ingot"
mats.silver = "moreores:silver_ingot"
end
stats.tin = { name="Tin", armor=1.6, heal=0, use=750 }
stats.silver = { name="Silver", armor=1.8, heal=0, use=650 }
mats.tin = "default:tin_ingot"
mats.silver = "default:silver_ingot"
for k, v in pairs(stats) do
minetest.register_tool("technic_armor:helmet_"..k, {