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_anvil.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nodes_anvil.lua') diff --git a/nodes_anvil.lua b/nodes_anvil.lua index 626419a..879e80f 100644 --- a/nodes_anvil.lua +++ b/nodes_anvil.lua @@ -30,10 +30,10 @@ minetest.register_tool("cottages:hammer", { local cottages_anvil_formspec = "size[8,8]".. "image[7,3;1,1;glooptest_tool_steelhammer.png]".. --- "list[current_name;sample;0,0.5;1,1;]".. - "list[current_name;input;2.5,1.5;1,1;]".. --- "list[current_name;material;5,0;3,3;]".. - "list[current_name;hammer;5,3;1,1;]".. +-- "list[context;sample;0,0.5;1,1;]".. + "list[context;input;2.5,1.5;1,1;]".. +-- "list[context;material;5,0;3,3;]".. + "list[context;hammer;5,3;1,1;]".. -- "label[0.0,0.0;Sample:]".. -- "label[0.0,1.0;(Receipe)]".. "label[2.5,1.0;"..S("Workpiece:").."]".. -- cgit v1.2.3