]> git.lizzy.rs Git - xdecor.git/blobdiff - src/mailbox.lua
Add settings and compatibility with moreblocks and stairs
[xdecor.git] / src / mailbox.lua
index 7f27af0d28c51c4ce75597dbc46e4bc608e2455a..5c2dcd291df015ab50c0f28f3fbda65ec4ae148d 100644 (file)
@@ -161,3 +161,14 @@ xdecor.register("mailbox", {
        allow_metadata_inventory_put = mailbox.put,
        after_place_node = mailbox.after_place_node
 })
+
+-- Recipes
+
+minetest.register_craft({
+       output = "xdecor:mailbox",
+       recipe = {
+               {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
+               {"dye:red", "default:paper", "dye:red"},
+               {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}
+       }
+})
\ No newline at end of file