1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-22 04:30:17 +02:00

Add the screwdriver_perfect

Just the craft recipe for the moment, need a code tweak for set the number of uses to 10 000 and need a new texture for this mithril screwdriver (Perfect Screwdriver)
This commit is contained in:
Ombridride 2014-12-29 21:48:25 +01:00
parent d8f4d2844a
commit 70870429f3

View File

@ -77,6 +77,12 @@ minetest.register_craft({
{"default:steel_ingot"},
{"group:stick"}
}
minetest.register_craft({
output = "screwdriver:screwdriver_perfect",
recipe = {
{"moreoress:mithril_ingot"},
{"group:stick"}
}
})
minetest.register_alias("screwdriver:screwdriver1", "screwdriver:screwdriver")