moreblocks/stairsplus/resources/formspec_styling.lua

8 lines
240 B
Lua
Raw Normal View History

2022-06-19 01:23:11 +02:00
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