From b5a777047be2f7e547ef09b9dc6768f20b18de9b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 23 Jun 2017 14:44:07 -0400 Subject: removed technic wrench (broken), updated pipeworks, homedecor, and unified dyes --- pipeworks/compat-chests.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pipeworks/compat-chests.lua') 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 -- cgit v1.2.3