summaryrefslogtreecommitdiff
path: root/technic/machines/MV
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/MV')
-rw-r--r--technic/machines/MV/tool_workshop.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua
index f94a88a..cc54001 100644
--- a/technic/machines/MV/tool_workshop.lua
+++ b/technic/machines/MV/tool_workshop.lua
@@ -23,7 +23,14 @@ local workshop_formspec =
"list[current_name;upgrade1;1,3;1,1;]"..
"list[current_name;upgrade2;2,3;1,1;]"..
"label[1,4;"..S("Upgrade Slots").."]"..
- "list[current_player;main;0,5;8,4;]"
+ "list[current_player;main;0,5;8,4;]"..
+ "listring[current_player;main]"..
+ "listring[current_name;src]"..
+ "listring[current_player;main]"..
+ "listring[current_name;upgrade1]"..
+ "listring[current_player;main]"..
+ "listring[current_name;upgrade2]"..
+ "listring[current_player;main]"
local run = function(pos, node)
local meta = minetest.get_meta(pos)