]> git.lizzy.rs Git - xdecor.git/blobdiff - recipes.lua
Workbench : move formspecs table outside of function to avoid overhead
[xdecor.git] / recipes.lua
index f47d282e73b56eed91715fc8cea3c4481bcb501b..860d4ae964f5abe02f583958aac8fb1a61d3700d 100644 (file)
@@ -47,24 +47,10 @@ minetest.register_craft({
        }
 })
 
-minetest.register_craft({ 
-       output = "realchess:chessboard",
-       recipe = {
-               {"dye:black", "dye:white", "dye:black"},
-               {"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"}
-       } 
-})
-
-minetest.register_craft({ 
-       output = "xdecor:crafting_guide",
-       type = "shapeless",
-       recipe = {"default:book"}
-})
-
 minetest.register_craft({
-       output = "xdecor:cushion 3",
+       output = "xdecor:cactusbrick",
        recipe = {
-               {"wool:red", "wool:red", "wool:red"}
+               {"default:brick", "default:cactus"}
        }
 })
 
@@ -77,6 +63,14 @@ minetest.register_craft({
        }
 })
 
+minetest.register_craft({ 
+       output = "realchess:chessboard",
+       recipe = {
+               {"dye:black", "dye:white", "dye:black"},
+               {"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"}
+       } 
+})
+
 minetest.register_craft({
        output = "xdecor:chair",
        recipe = {
@@ -103,6 +97,19 @@ minetest.register_craft({
        }
 })
 
+minetest.register_craft({ 
+       output = "xdecor:crafting_guide",
+       type = "shapeless",
+       recipe = {"default:book"}
+})
+
+minetest.register_craft({
+       output = "xdecor:cushion 3",
+       recipe = {
+               {"wool:red", "wool:red", "wool:red"}
+       }
+})
+
 minetest.register_craft({
        output = "xdecor:desertstone_tile",
        recipe = {
@@ -139,14 +146,7 @@ minetest.register_craft({
 })
 
 minetest.register_craft({
-       output = "xdecor:flint_steel",
-       recipe = {
-               {"default:obsidian_shard", "default:steel_ingot"}
-       }
-})
-
-minetest.register_craft({
-       output = "xdecor:frame",
+       output = "xdecor:itemframe",
        recipe = {
                {"group:stick", "group:stick", "group:stick"},
                {"group:stick", "default:paper", "group:stick"},
@@ -222,6 +222,13 @@ minetest.register_craft({
        }
 })
 
+minetest.register_craft({
+       output = "xdecor:moonbrick",
+       recipe = {
+               {"default:brick", "default:stone"}
+       }
+})
+
 minetest.register_craft({
        output = "xdecor:multishelf",
        recipe = {
@@ -253,7 +260,7 @@ minetest.register_craft({
 })
 
 minetest.register_craft({
-       output = "xdecor:pressure_wooden_off",
+       output = "xdecor:pressure_wood_off",
        type = "shapeless",
        recipe = {"group:wood", "group:wood"}
 })