summaryrefslogtreecommitdiff
path: root/pipeworks/compat-chests.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 14:44:07 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 14:44:07 -0400
commitb5a777047be2f7e547ef09b9dc6768f20b18de9b (patch)
treedec2eab54f604a1f30d5bb6a78ce89c81cc0e1e9 /pipeworks/compat-chests.lua
parent138a8e6e48ead7c4230fbf2fed1a53c23b0e2870 (diff)
downloaddreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.gz
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.bz2
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.xz
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.zip
removed technic wrench (broken), updated pipeworks, homedecor, and unified dyes
Diffstat (limited to 'pipeworks/compat-chests.lua')
-rw-r--r--pipeworks/compat-chests.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/pipeworks/compat-chests.lua b/pipeworks/compat-chests.lua
index 0fe95dd..7cff6fd 100644
--- a/pipeworks/compat-chests.lua
+++ b/pipeworks/compat-chests.lua
@@ -83,10 +83,9 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
fs_helpers.on_receive_fields(pos, fields)
minetest.show_formspec(player:get_player_name(), "pipeworks:chest_formspec", get_chest_formspec(pos))
end
+ return true
end
end
-
- return true
end)
-- Original Definitions