mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-03 13:30:20 +01:00
adjust ovens' formspecs to match the layout of default furnace
This commit is contained in:
parent
bef62eef1e
commit
eeec27f60b
@ -26,11 +26,12 @@ local function make_formspec(furnacedef, percent)
|
|||||||
local h = math.ceil(furnacedef.output_slots / furnacedef.output_width)
|
local h = math.ceil(furnacedef.output_slots / furnacedef.output_width)
|
||||||
|
|
||||||
return "size["..math.max(8, 6 + w)..",9]"..
|
return "size["..math.max(8, 6 + w)..",9]"..
|
||||||
"image[2,2;1,1;"..fire.."]"..
|
"image[2.75,1.5;1,1;"..fire.."]"..
|
||||||
"list[current_name;fuel;2,3;1,1;]"..
|
"list[current_name;fuel;2.75,2.5;1,1;]"..
|
||||||
"list[current_name;src;2,1;1,1;]"..
|
"list[current_name;src;2.75,0.5;1,1;]"..
|
||||||
"list[current_name;dst;5,1;"..w..","..h..";]"..
|
"list[current_name;dst;4.75,0.96;"..w..","..h..";]"..
|
||||||
"list[current_player;main;0,5;8,4;]"..
|
"list[current_player;main;0,4.25;8,1;]"..
|
||||||
|
"list[current_player;main;0,5.5;8,3;8]"..
|
||||||
"listring[current_name;dst]"..
|
"listring[current_name;dst]"..
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
"listring[current_name;src]"..
|
"listring[current_name;src]"..
|
||||||
|
Loading…
Reference in New Issue
Block a user