1
0
peilaus alkaen https://github.com/minetest-mods/3d_armor.git synced 2025-10-21 01:35:26 +02:00

Created gold shields

They are as strong as Bronze Shields.
This commit is contained in:
Megaf
2014-06-12 12:04:08 -03:00
vanhempi db157c080d
commit e4ab8c02ac

Näytä tiedosto

@@ -30,6 +30,13 @@ minetest.register_tool("shields:shield_diamond", {
wear = 0,
})
minetest.register_tool("shields:shield_gold", {
description = "Gold Shield",
inventory_image = "shields_inv_shield_gold.png",
groups = {armor_shield=10, armor_heal=6, armor_use=250},
wear = 0,
})
if use_moreores then
minetest.register_tool("shields:shield_mithril", {
description = "Mithril Shield",