summaryrefslogtreecommitdiff
path: root/nodes_barrel.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-24 23:52:23 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-24 23:55:41 +0300
commit7c6142ba0d6ea09ce2964194e5ed373e5c01c311 (patch)
tree0f17d3f0d984a6f357a4dd5d3641388650860815 /nodes_barrel.lua
parentec9e2280343b002bccec9fff5d624e32259feb09 (diff)
Cheaper feldweg and change of deprecated value
Diffstat (limited to 'nodes_barrel.lua')
-rw-r--r--nodes_barrel.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes_barrel.lua b/nodes_barrel.lua
index b4f076c..946fb11 100644
--- a/nodes_barrel.lua
+++ b/nodes_barrel.lua
@@ -55,10 +55,10 @@ barrel.prepare_formspec = function(fill, contents)
"image[2.6,2;2,3;default_wood.png^[lowpart:"..
percent .. ":cottages_water_indicator.png]"..
"label[2.2,0;"..S("Pour:").."]"..
- "list[current_name;input;3,0.5;1,1;]"..
+ "list[context;input;3,0.5;1,1;]"..
"item_image_button[5,2;1,1;" .. item .. ";" .. label .. ";" .. hint .. "]" ..
"label[5,3.3;"..S("Fill:").."]"..
- "list[current_name;output;5,3.8;1,1;]"..
+ "list[context;output;5,3.8;1,1;]"..
"list[current_player;main;0,5;8,4;]"
return (formspec)