diff --git a/formspecs.lua b/formspecs.lua new file mode 100644 index 0000000..6f9507e --- /dev/null +++ b/formspecs.lua @@ -0,0 +1,9 @@ +ma_pops_furniture.fireplace_formspec = + 'size[8,6]'.. + default.gui_bg.. + default.gui_bg_img.. + default.gui_slots.. + 'background[8,6;0,0;default_brick.png;true]'.. + 'list[current_name;fuel;1,0;1,1;]'.. + 'list[current_player;main;0,2.5;8,4;]' + default.get_hotbar_bg(0,4.85) \ No newline at end of file