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

@ -378,6 +378,7 @@ mcl_inventory.set_creative_formspec = function(player, start_i, pagenum, inv_siz
end
formspec = "size[10,9.3]"..
mcl_vars.inventory_header..
"background[-0.19,-0.25;10.5,9.87;"..inv_bg.."]"..
"label[-5,-5;"..name.."]"..
tab(name, "blocks") ..

View file

@ -86,6 +86,7 @@ local function set_inventory(player, armor_change_only)
local form = "size[9,8.75]"..
"background[-0.19,-0.25;9.41,9.49;crafting_formspec_bg.png]"..
mcl_vars.inventory_header..
player_preview..
--armor
"list[detached:"..player_name.."_armor;armor;0,0;1,1;1]"..