tombs/formspec.lua

22 lines
653 B
Lua
Raw Normal View History

2018-12-01 14:40:43 -08:00
machine_formspec_centered =
2018-11-03 20:44:07 -07:00
'size[8,7.5]'..
'list[context;tool;0,0;1,1]'..
'label[1,0;Bones or Chisel]'..
2018-11-03 20:44:07 -07:00
'list[context;input;0,1;1,1]'..
'label[1,1;Material]'..
'label[0,2;Click to switch to offset versions.]'..
'button[0,2.5;2,1;offset;Switch]'..
2018-12-01 14:40:43 -08:00
'list[current_name;output;3,0;5,3]'..
2018-11-03 20:44:07 -07:00
'list[current_player;main;0,3.5;8,4]'
2018-12-01 14:40:43 -08:00
machine_formspec_offset =
'size[8,7.5]'..
'list[context;tool;0,0;1,1]'..
'label[1,0;Bones or Chisel]'..
2018-12-01 14:40:43 -08:00
'list[context;input;0,1;1,1]'..
'label[1,1;Material]'..
'label[0,2;Click to switch to centered versions.]'..
'button[0,2.5;2,1;centered;Switch]'..
2018-12-01 14:40:43 -08:00
'list[current_name;output;3,0;5,3]'..
'list[current_player;main;0,3.5;8,4]'