summaryrefslogtreecommitdiff
path: root/homedecor/furniture.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-06-23 17:26:11 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-06-23 17:26:11 -0400
commit2a6246016b9272e7fecd82846e138810c87f06b4 (patch)
treed7b4e2a8d8d5ce2807eaab7eea5bb762a8db99f1 /homedecor/furniture.lua
parentcd9258383449f9065f486100ae6e8cab4a30ec48 (diff)
downloaddreambuilder_modpack-2a6246016b9272e7fecd82846e138810c87f06b4.tar
dreambuilder_modpack-2a6246016b9272e7fecd82846e138810c87f06b4.tar.gz
dreambuilder_modpack-2a6246016b9272e7fecd82846e138810c87f06b4.tar.bz2
dreambuilder_modpack-2a6246016b9272e7fecd82846e138810c87f06b4.tar.xz
dreambuilder_modpack-2a6246016b9272e7fecd82846e138810c87f06b4.zip
update currency, homedecor, unified inventory
Diffstat (limited to 'homedecor/furniture.lua')
-rw-r--r--homedecor/furniture.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/homedecor/furniture.lua b/homedecor/furniture.lua
index 37cca25..6c4526c 100644
--- a/homedecor/furniture.lua
+++ b/homedecor/furniture.lua
@@ -235,8 +235,6 @@ minetest.register_lbm({
local param2 = paletteidx + new_fdir
local newname = "homedecor:armchair"
- print(name, dump(a), dump(b), dump(color).."("..dump(paletteidx)..")", dump(param2))
-
if node.name == "homedecor:chair" then
newname = "homedecor:kitchen_chair_wood"
elseif string.find(node.name, "homedecor:chair_") then