From 8179b9c2497e02501d3156fe4818c1fa22bd3560 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 25 Dec 2024 07:01:26 +0300 Subject: [PATCH] add app.get_setting --- res/scripts/stdlib.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/res/scripts/stdlib.lua b/res/scripts/stdlib.lua index 245e2962..7900e1c8 100644 --- a/res/scripts/stdlib.lua +++ b/res/scripts/stdlib.lua @@ -31,6 +31,7 @@ if app then app.reopen_world = core.reopen_world app.delete_world = core.delete_world app.reconfig_packs = core.reconfig_packs + app.get_setting = core.get_setting app.set_setting = core.set_setting app.tick = coroutine.yield app.get_version = core.get_version