moreblocks/stairsplus/resources/formspec_styling.lua

8 lines
240 B
Lua

stairsplus.resources.formspec_style = ""
if stairsplus.has.default then
-- prepend background and slot styles from default if available
stairsplus.resources.formspec_style = default.gui_bg .. default.gui_bg_img .. default.gui_slots
end