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

@ -315,6 +315,8 @@ function craftguide:get_formspec(player_name, is_fuel)
data.pagemax = max(1, ceil(#data.items / ipp))
local formspec = "size["..data.iX..","..(iY+3)..".6;]"..
mcl_vars.gui_slots ..
mcl_vars.gui_bg ..
[=[background[1,1;1,1;craftguide_bg.png;true]
button[2.4,0.21;0.8,0.5;search;?]
button[3.05,0.21;0.8,0.5;clear;X]