summaryrefslogtreecommitdiff
path: root/trashcan.lua
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-01-29 20:08:34 +0100
committerTim <t4im@users.noreply.github.com>2015-01-29 20:08:58 +0100
commitc9d18f74e448c6953ffc7c1e0461b60c90220a2a (patch)
tree7be8f0f9d8398f2ede8554f76c514bbc66da02af /trashcan.lua
parent009b9e9276ce6e09b52df5b798e576f2d7a87c43 (diff)
downloadpipeworks-c9d18f74e448c6953ffc7c1e0461b60c90220a2a.tar
pipeworks-c9d18f74e448c6953ffc7c1e0461b60c90220a2a.tar.gz
pipeworks-c9d18f74e448c6953ffc7c1e0461b60c90220a2a.tar.bz2
pipeworks-c9d18f74e448c6953ffc7c1e0461b60c90220a2a.tar.xz
pipeworks-c9d18f74e448c6953ffc7c1e0461b60c90220a2a.zip
update all formspecs "current_name" to "context" to reflect current api
Diffstat (limited to 'trashcan.lua')
-rw-r--r--trashcan.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/trashcan.lua b/trashcan.lua
index fdec79f..6372dbe 100644
--- a/trashcan.lua
+++ b/trashcan.lua
@@ -23,7 +23,7 @@ minetest.register_node("pipeworks:trashcan", {
"size[8,7]"..
"item_image[0,0;1,1;pipeworks:trashcan]"..
"label[1,0;Trash Can]"..
- "list[current_name;trash;3.5,1;1,1;]"..
+ "list[context;trash;3.5,1;1,1;]"..
"list[current_player;main;0,3;8,4;]")
meta:set_string("infotext", "Trash Can")
meta:get_inventory():set_size("trash", 1)