Add screwdriver tool

This commit is contained in:
Joachim Stolberg 2022-01-05 13:43:22 +01:00
parent 861a36f45c
commit d7f0dbc50d

View File

@ -134,8 +134,8 @@ minetest.register_craft({
output = "techage:screwdriver", output = "techage:screwdriver",
recipe = { recipe = {
{"", "default:diamond", ""}, {"", "default:diamond", ""},
{"", "default:stick", ""}, {"", "basic_materials:steel_bar", ""},
{"", "", ""}, {"", "techage:baborium_ingot", ""},
}, },
}) })