mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 04:50:17 +01: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:
parent
d8f4d2844a
commit
70870429f3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user