]> git.lizzy.rs Git - xdecor.git/blobdiff - src/rope.lua
Add settings and compatibility with moreblocks and stairs
[xdecor.git] / src / rope.lua
index 1627fd8133982522421a36460bb1f758b00b645c..b6d945291e66dd59087e82658ce048a272c5f2e8 100644 (file)
@@ -55,3 +55,14 @@ xdecor.register("rope", {
                end
        end
 })
+
+-- Recipes
+
+minetest.register_craft({
+       output = "xdecor:rope",
+       recipe = {
+               {"farming:string"},
+               {"farming:string"},
+               {"farming:string"}
+       }
+})
\ No newline at end of file