diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-24 23:52:23 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-24 23:55:41 +0300 |
commit | 7c6142ba0d6ea09ce2964194e5ed373e5c01c311 (patch) | |
tree | 0f17d3f0d984a6f357a4dd5d3641388650860815 /nodes_anvil.lua | |
parent | ec9e2280343b002bccec9fff5d624e32259feb09 (diff) |
Cheaper feldweg and change of deprecated value
Diffstat (limited to 'nodes_anvil.lua')
-rw-r--r-- | nodes_anvil.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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:").."]".. |