mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Add the listring functionality c977fbd928
This commit is contained in:
parent
44ac020f28
commit
7361eb5e05
5 changed files with 22 additions and 0 deletions
|
@ -9,6 +9,8 @@ local vessels_shelf_formspec =
|
|||
"list[context;vessels;0,0.3;8,2;]"..
|
||||
"list[current_player;main;0,2.85;8,1;]"..
|
||||
"list[current_player;main;0,4.08;8,3;8]"..
|
||||
"listring[context;vessels]"..
|
||||
"listring[current_player;main]"..
|
||||
default.get_hotbar_bg(0,2.85)
|
||||
|
||||
minetest.register_node("vessels:shelf", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue