mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
tug have craft now
This commit is contained in:
parent
8361282240
commit
02d1833531
1 changed files with 8 additions and 1 deletions
|
@ -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"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue