]> git.lizzy.rs Git - xdecor.git/blobdiff - crafts.lua
Craft guide : fix incorrect recipes made of group nodes
[xdecor.git] / crafts.lua
index 49463317647574ed2dc631e5aea5ce95f8630ab4..027165d1c15f3f69853acb9a90cc044a3494a911 100644 (file)
@@ -17,7 +17,7 @@ minetest.register_craft({
 })
 
 minetest.register_craft({
-       output = "xdecor:bowl",
+       output = "xdecor:bowl 3",
        recipe = {
                {"group:wood", "", "group:wood"},
                {"", "group:wood", ""}