mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
8 lines
240 B
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
|