tug have craft now

This commit is contained in:
Alexsandro Percy 2021-05-22 20:05:23 -03:00
parent 8361282240
commit 02d1833531
1 changed files with 8 additions and 1 deletions

View File

@ -81,4 +81,11 @@ minetest.register_tool("airutils:tug", {
sound = {breaks = "default_tool_breaks"},
})
minetest.register_craft({
output = "airutils:tug",
recipe = {
{"", "", "default:steel_ingot"},
{"", "default:steel_ingot", ""},
{"default:steel_ingot", "default:stick", "default:diamond"},
}
})