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:
@ -531,7 +531,7 @@ minetest.register_craft({ -- Ultimate Warrior weapon
|
||||
recipe = {
|
||||
{"mobs:dungeon_master_blood", "nether:white", "mobs:dungeon_master_blood"},
|
||||
{"mobs:dungeon_master_blood", "mobs:dungeon_master_diamond", "mobs:dungeon_master_blood"},
|
||||
{"moreores:mithril_block", "mobs:zombie_tibia", "moreores:mithril_block"},
|
||||
{"default:mithrilblock", "mobs:zombie_tibia", "default:mithril_block"},
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -608,9 +608,9 @@ doors.register("door_tin", {
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
sunlight = false,
|
||||
recipe = {
|
||||
{"moreores:tin_ingot", "moreores:tin_ingot"},
|
||||
{"moreores:tin_ingot", "moreores:tin_ingot"},
|
||||
{"moreores:tin_ingot", "moreores:tin_ingot"}
|
||||
{"default:tin_ingot", "default:tin_ingot"},
|
||||
{"default:tin_ingot", "default:tin_ingot"},
|
||||
{"default:tin_ingot", "default:tin_ingot"}
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -155,7 +155,7 @@ farming.register_hoe(":farming:hoe_silver", {
|
||||
description = "Silver Hoe",
|
||||
inventory_image = "farming_tool_silverhoe.png",
|
||||
max_uses = 300,
|
||||
material = "moreores:silver_ingot"
|
||||
material = "default:silver_ingot"
|
||||
})
|
||||
|
||||
farming.register_hoe(":farming:hoe_mese", {
|
||||
@ -176,5 +176,5 @@ farming.register_hoe(":farming:hoe_mithril", {
|
||||
description = "Mithril Hoe",
|
||||
inventory_image = "farming_tool_mithrilhoe.png",
|
||||
max_uses = 1000,
|
||||
material = "moreores:mithril_ingot"
|
||||
material = "default:mithril_ingot"
|
||||
})
|
||||
|
@ -131,7 +131,7 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "screwdriver:screwdriver_perfect",
|
||||
recipe = {
|
||||
{"moreores:mithril_ingot"},
|
||||
{"default:mithril_ingot"},
|
||||
{"group:stick"}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user