Increase formspec version to 6

This should mean that older clients still show images that have the
"middle" parameter set
This commit is contained in:
luk3yx 2023-04-07 08:49:15 +12:00
parent d0b1825281
commit fa13e188f9

View File

@ -455,7 +455,7 @@ local function render_ast(node)
expand(node)
local t3 = DEBUG_MODE and minetest.get_us_time()
local res = {
formspec_version = 5,
formspec_version = 6,
{type = "size", w = w, h = h},
}