]> git.lizzy.rs Git - xdecor.git/blobdiff - src/workbench.lua
Use stairs mod inner/outer nodes.
[xdecor.git] / src / workbench.lua
index ad69361fe27ba4058a932122545017888ee1687c..500e311a229d3cae8a797cd85fd55c4d56dab092 100644 (file)
@@ -44,12 +44,9 @@ workbench.defs = {
                            { 0, 8,  8, 16, 8, 8  }},
        {"halfstair",   2,  { 0, 0,  0, 8,  8, 16 },
                            { 0, 8,  8, 8,  8, 8  }},
-       {"outerstair",  1,  { 0, 0,  0, 16, 8, 16 },
-                           { 0, 8,  8, 8,  8, 8  }},
+       {"stair_outer", 1,  nil                   },
        {"stair",       1,  nil                   },
-       {"innerstair",  1,  { 0, 0,  0, 16, 8, 16 },
-                           { 0, 8,  8, 16, 8, 8  },
-                           { 0, 8,  0, 8,  8, 8  }}
+       {"stair_inner", 1,  nil                   }
 }
 
 -- Tools allowed to be repaired