From 10466bea04f77261de0d9b77df4f7e4efbe88a19 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 30 Aug 2016 14:15:49 -0400 Subject: updated homedecor, moreblocks, pipeworks, and travelnet --- pipeworks/trashcan.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pipeworks/trashcan.lua') diff --git a/pipeworks/trashcan.lua b/pipeworks/trashcan.lua index 87980ab..8db9edf 100644 --- a/pipeworks/trashcan.lua +++ b/pipeworks/trashcan.lua @@ -28,7 +28,8 @@ minetest.register_node("pipeworks:trashcan", { default.gui_bg_img.. default.gui_slots.. default.get_hotbar_bg(0,3) .. - "list[current_player;main;0,3;8,4;]") + "list[current_player;main;0,3;8,4;]" .. + "listring[]") meta:set_string("infotext", "Trash Can") meta:get_inventory():set_size("trash", 1) end, -- cgit v1.2.3