diff options
author | Tim <t4im@users.noreply.github.com> | 2016-08-29 18:28:43 +0200 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2016-08-29 18:28:43 +0200 |
commit | 4fdf73fbcd992786cdbb60431e739cdcfc2362a2 (patch) | |
tree | 35b6b14e3f1e0c08f1489ac5422d1875fa03d7c7 /trashcan.lua | |
parent | aba1ce5b36393878dff35c5a3fe37dc8aa6ca474 (diff) |
add list rings to pipework inventories
Diffstat (limited to 'trashcan.lua')
-rw-r--r-- | trashcan.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trashcan.lua b/trashcan.lua index 87980ab..8db9edf 100644 --- a/trashcan.lua +++ b/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, |