mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Stop writing code while almost asleep
This commit is contained in:
parent
7a3841abdd
commit
14ac561659
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,14 @@ farming.register_hoe = function(name, def)
|
||||||
{"group:stick", ""}
|
{"group:stick", ""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
minetest.register_craft({
|
||||||
|
output = name:sub(2),
|
||||||
|
recipe = {
|
||||||
|
{def.material, def.material},
|
||||||
|
{"group:stick"},
|
||||||
|
{"group:stick"}
|
||||||
|
}
|
||||||
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue