From fa13e188f97d0e5ba62a288c84168eb0f9e69004 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Fri, 7 Apr 2023 08:49:15 +1200 Subject: [PATCH] Increase formspec version to 6 This should mean that older clients still show images that have the "middle" parameter set --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5375ba4..62ba2dc 100644 --- a/init.lua +++ b/init.lua @@ -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}, }