]> git.lizzy.rs Git - xdecor.git/blobdiff - recipes.lua
Workbench : move formspecs table outside of function to avoid overhead
[xdecor.git] / recipes.lua
index c9a28015c2aa80d946cb3f21e90d2940c7ed33de..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 = {
@@ -95,27 +89,24 @@ minetest.register_craft({
 })
 
 minetest.register_craft({
-       output = "xdecor:cobble_wall_ln 6",
+       output = "xdecor:cobweb",
        recipe = {
-               {"default:cobble", "default:cobble", "default:cobble"},
-               {"default:cobble", "default:cobble", "default:cobble"}
+               {"farming:cotton", "", "farming:cotton"},
+               {"", "farming:cotton", ""},
+               {"farming:cotton", "", "farming:cotton"}
        }
 })
 
-minetest.register_craft({
-       output = "xdecor:mossycobble_wall_ln 6",
-       recipe = {
-               {"default:mossycobble", "default:mossycobble", "default:mossycobble"},
-               {"default:mossycobble", "default:mossycobble", "default:mossycobble"}
-       }
+minetest.register_craft({ 
+       output = "xdecor:crafting_guide",
+       type = "shapeless",
+       recipe = {"default:book"}
 })
 
 minetest.register_craft({
-       output = "xdecor:cobweb",
+       output = "xdecor:cushion 3",
        recipe = {
-               {"farming:cotton", "", "farming:cotton"},
-               {"", "farming:cotton", ""},
-               {"farming:cotton", "", "farming:cotton"}
+               {"wool:red", "wool:red", "wool:red"}
        }
 })
 
@@ -155,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"},
@@ -238,6 +222,13 @@ minetest.register_craft({
        }
 })
 
+minetest.register_craft({
+       output = "xdecor:moonbrick",
+       recipe = {
+               {"default:brick", "default:stone"}
+       }
+})
+
 minetest.register_craft({
        output = "xdecor:multishelf",
        recipe = {
@@ -258,7 +249,7 @@ minetest.register_craft({
 minetest.register_craft({
        output = "xdecor:painting_1",
        recipe = {
-               {"default:sign_wall", "dye:blue"}
+               {"default:sign_wall_wood", "dye:blue"}
        }
 })
 
@@ -269,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"}
 })