mirror of
https://github.com/ExeVirus/formspec_editor.git
synced 2025-04-30 08:21:43 -04:00
9 lines
No EOL
283 B
Ruby
9 lines
No EOL
283 B
Ruby
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] |