From: James Stevenson Date: Wed, 2 Aug 2017 18:46:26 +0000 (-0400) Subject: Use stairs mod inner/outer nodes. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2e61cc4578d261e31c999cf3cf09ef1b3dc0bb1b;p=xdecor.git Use stairs mod inner/outer nodes. --- diff --git a/src/workbench.lua b/src/workbench.lua index ad69361..500e311 100644 --- a/src/workbench.lua +++ b/src/workbench.lua @@ -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