summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2013-12-18 21:40:08 -0600
committercheapie <no-email-for-you@example.com>2013-12-18 21:40:08 -0600
commitbfa15c6feaad970196df479617e1c5b223018ded (patch)
tree1f7cfcb63590f27d31a91c0a335404a0197cfb62
parentb8769a07d31b5e924f9b24854d48c1c9212efef2 (diff)
downloadplasticbox-bfa15c6feaad970196df479617e1c5b223018ded.tar
plasticbox-bfa15c6feaad970196df479617e1c5b223018ded.tar.gz
plasticbox-bfa15c6feaad970196df479617e1c5b223018ded.tar.bz2
plasticbox-bfa15c6feaad970196df479617e1c5b223018ded.tar.xz
plasticbox-bfa15c6feaad970196df479617e1c5b223018ded.zip
added crafting of microblocks via tablesaw
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 488ce7e..c7278b5 100644
--- a/init.lua
+++ b/init.lua
@@ -261,5 +261,7 @@ for i in ipairs(plasticbox.colorlist) do
"plasticbox_"..colorname,
0
)
+ table.insert(circular_saw.known_stairs, "plasticbox:plasticbox_"..colorname)
+
end
end