From 7c6142ba0d6ea09ce2964194e5ed373e5c01c311 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 24 Jul 2018 23:52:23 +0300 Subject: Cheaper feldweg and change of deprecated value --- nodes_barrel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nodes_barrel.lua') 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) -- cgit v1.2.3