summaryrefslogtreecommitdiff
path: root/coloredwood
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-14 02:21:47 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-14 02:21:47 -0400
commitb9beea1673c9948f07646f31d4ab5d53d6e56184 (patch)
tree80296cdcaa7c32f39c827477fd55590eb71e04cf /coloredwood
parent6885943d0491db83268f8bb4743bfd82ed725ea2 (diff)
downloaddreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.gz
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.bz2
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.xz
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.zip
update blocs, bobblocks, coloredwood, technic, homedecor, plasticbox,
solidcolor, stainedglass, unifiedbricks, and unified dyes
Diffstat (limited to 'coloredwood')
-rw-r--r--coloredwood/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/coloredwood/init.lua b/coloredwood/init.lua
index 1e3b008..9a9f231 100644
--- a/coloredwood/init.lua
+++ b/coloredwood/init.lua
@@ -142,7 +142,6 @@ local function is_stairsplus(name, colorized)
shape = string.sub(name, b+5) -- everything after "_wood_" is the shape
end
end
- print(name, class, shape)
return class, shape
end