From 535db2be764917feadec000a7af01cd803407284 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:40:07 +0200 Subject: [PATCH] Make `max_formspec_size` docs clearer --- doc/lua_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 5b6836ed42..bb127dc145 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -5921,8 +5921,8 @@ Utilities }, -- Estimated maximum formspec size before Luanti will start shrinking the - -- formspec to fit. For a fullscreen formspec, use this formspec size and - -- `padding[0,0]`. `bgcolor[;true]` is also recommended. + -- formspec to fit. For a fullscreen formspec, use the size returned by + -- this table and `padding[0,0]`. `bgcolor[;true]` is also recommended. max_formspec_size = { x = 20, y = 11.25