]> git.lizzy.rs Git - xdecor.git/commitdiff
Use stairs mod inner/outer nodes.
authorJames Stevenson <jastevenson303@gmail.com>
Wed, 2 Aug 2017 18:46:26 +0000 (14:46 -0400)
committerJean-Patrick Guerrero <kilbith@users.noreply.github.com>
Tue, 16 Jul 2019 09:47:16 +0000 (11:47 +0200)
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