1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-16 14:40:26 +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

@ -15,7 +15,7 @@ Shields -- Crafting Guide
[shields:shield_bronze] X = [default:bronze_ingot]
[shields:shield_diamond] X = [default:diamond]
[shields:shield_gold] X = [default:gold_ingot]
[shields:shield_mithril] X = [moreores:mithril_ingot]
[shields:shield_mithril] X = [default:mithril_ingot]
[shields:shield_crystal] X = [ethereal:crystal_ingot]
Enhanced Shields

View File

@ -1,5 +1,3 @@
local use_moreores = minetest.get_modpath("moreores")
-- Regisiter Shields
minetest.register_tool("shields:shield_admin", {