mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-07 18:50:41 +02:00
Add listring functionality
Add shift-click functionality
This commit is contained in:
@ -32,7 +32,8 @@ local generator_formspec =
|
||||
"invsize[8,9;]"..
|
||||
"label[0,0;"..S("Nuclear Reactor Rod Compartment").."]"..
|
||||
"list[current_name;src;2,1;3,2;]"..
|
||||
"list[current_player;main;0,5;8,4;]"
|
||||
"list[current_player;main;0,5;8,4;]"..
|
||||
"listring[]"
|
||||
|
||||
-- "Boxy sphere"
|
||||
local nodebox = {
|
||||
|
Reference in New Issue
Block a user