mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 20:32:22 +01:00
listring for builders so you can shift-click an item into the build slot
This commit is contained in:
parent
fbd13c3a6f
commit
e1c4385471
@ -65,7 +65,8 @@ minetest.register_node("digtron:builder", {
|
||||
"list[current_player;main;0,1.3;8,1;]" ..
|
||||
default.get_hotbar_bg(0,1.3) ..
|
||||
"list[current_player;main;0,2.5;8,3;8]" ..
|
||||
"listring[current_player;main]"
|
||||
"listring[current_player;main]" ..
|
||||
"listring[current_name;main]"
|
||||
)
|
||||
meta:set_int("period", 1)
|
||||
meta:set_int("offset", 0)
|
||||
|
@ -189,7 +189,7 @@ minetest.register_node("digtron:combined_storage", {
|
||||
"list[current_name;fuel;0,4.1;8,1;]" ..
|
||||
"list[current_player;main;0,5.75;8,1;]" ..
|
||||
"list[current_player;main;0,6.98;8,3;8]" ..
|
||||
"listring[current_name;fuel]" ..
|
||||
"listring[current_name;main]" ..
|
||||
"listring[current_player;main]" ..
|
||||
default.get_hotbar_bg(0,5.75)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user