Revert "Utilize formspec prepend"

This reverts commit ea0c2e9568.
This commit is contained in:
Wuzzy 2019-03-07 12:42:08 +01:00
parent 26c9150591
commit a84f7935fa
21 changed files with 31 additions and 9 deletions

View file

@ -1,3 +1,4 @@
mcl_init
mcl_sounds
mcl_core?
screwdriver?

View file

@ -15,6 +15,7 @@ local function get_anvil_formspec(set_name)
end
return "size[9,8.75]"..
"background[-0.19,-0.25;9.41,9.49;mcl_anvils_inventory.png]"..
mcl_vars.inventory_header..
"list[current_player;main;0,4.5;9,3;9]"..
"list[current_player;main;0,7.74;9,1;]"..
"list[context;input;1,2.5;1,1;]"..