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

Purge the repo's other mods from moreores

This commit is contained in:
LeMagnesium
2016-06-03 21:52:52 +02:00
parent 0023e02558
commit a364f64ab9
20 changed files with 39 additions and 39 deletions

View File

@ -40,7 +40,7 @@ minetest.register_craftitem(":3d_armor:blackmithril_ingot", {
minetest.register_craft({
output = "3d_armor:blackmithril_ingot",
recipe = {
{"moreores:mithril_ingot", "mobs:dungeon_master_blood", ""},
{"default:mithril_ingot", "mobs:dungeon_master_blood", ""},
{"mobs:dungeon_master_diamond", "default:obsidian", ""},
{"", "", ""}
}

View File

@ -39,7 +39,7 @@ minetest.register_craftitem(":3d_armor:reinforcedleather", {
minetest.register_craft({
output = "3d_armor:reinforcedleather",
recipe = {
{"moreores:mithril_ingot", "technic:brass_ingot", ""},
{"default:mithril_ingot", "technic:brass_ingot", ""},
{"darkage:chain", "mobs:minotaur_eye", ""},
{"", "", ""}
}