]> git.lizzy.rs Git - xdecor.git/blobdiff - src/itemframe.lua
Add settings and compatibility with moreblocks and stairs
[xdecor.git] / src / itemframe.lua
index 02d83d6fe7992a4bf104ce933f4bf5ec6871939b..5b890bed2b454ac776d495edf7e7b85bcc655924 100644 (file)
@@ -154,3 +154,13 @@ minetest.register_entity("xdecor:f_item", {
        end
 })
 
+-- Recipes
+
+minetest.register_craft({
+       output = "xdecor:itemframe",
+       recipe = {
+               {"group:stick", "group:stick", "group:stick"},
+               {"group:stick", "default:paper", "group:stick"},
+               {"group:stick", "group:stick", "group:stick"}
+       }
+})
\ No newline at end of file