1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 22:26:08 +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:
Quentin BUISSON-DEBON
2016-05-07 21:23:43 +02:00
parent 3510efea08
commit b49fae2fdc
5 changed files with 32 additions and 23 deletions

View File

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