Stop writing code while almost asleep

This commit is contained in:
heav-4 2020-02-09 00:32:52 +00:00 committed by GitHub
parent 7a3841abdd
commit 14ac561659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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