mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-11-18 17:37:58 +01:00
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:
parent
d0b1825281
commit
fa13e188f9
2
init.lua
2
init.lua
@ -455,7 +455,7 @@ local function render_ast(node)
|
|||||||
expand(node)
|
expand(node)
|
||||||
local t3 = DEBUG_MODE and minetest.get_us_time()
|
local t3 = DEBUG_MODE and minetest.get_us_time()
|
||||||
local res = {
|
local res = {
|
||||||
formspec_version = 5,
|
formspec_version = 6,
|
||||||
{type = "size", w = w, h = h},
|
{type = "size", w = w, h = h},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user