mirror of
https://github.com/ExeVirus/formspec_editor.git
synced 2025-04-30 08:21:43 -04:00
lua based formspec base
This commit is contained in:
parent
840c055fc3
commit
228f60dfb0
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
formspec_version[4]
|
||||
size[8,4]
|
||||
position[0.5,0.5]
|
||||
label[0.375,0.5;Edit me in realtime!]
|
||||
button[2,1.0;4,0.5;test;This is a button]
|
||||
size[9,8.75]
|
||||
label[0,0;Ender Chest]
|
||||
list[current_player;enderchest;0,0.5;9,3;]
|
||||
mcl_formspec.get_itemslot_bg(0,0.5,9,3)
|
||||
label[0,4.0;Inventory]
|
||||
list[current_player;main;0,4.5;9,3;9]
|
||||
list[current_player;main;0,7.74;9,1;]
|
||||
listring[current_player;enderchest]
|
||||
listring[current_player;main]
|
Loading…
Add table
Reference in a new issue