mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Increase the quests reward/RP description and...
reduce the craft difficulty for blackmithril/reinforcedleather ! All of this for getting the server more easier.
This commit is contained in:
@ -40,8 +40,8 @@ minetest.register_craftitem(":3d_armor:blackmithril_ingot", {
|
||||
minetest.register_craft({
|
||||
output = "3d_armor:blackmithril_ingot",
|
||||
recipe = {
|
||||
{"moreores:mithril_ingot","mobs:dungeon_master_blood" ,"default:obsidian" },
|
||||
{ "", "mobs:dungeon_master_diamond" , "" },
|
||||
{"default:obsidian" , "mobs:dungeon_master_blood" ,"moreores:mithril_ingot"}
|
||||
{"moreores:mithril_ingot", "mobs:dungeon_master_blood", ""},
|
||||
{"mobs:dungeon_master_diamond", "default:obsidian", ""},
|
||||
{"", "", ""}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user