From f2ea4a456516d82341ee6db41455db07cdfd760b Mon Sep 17 00:00:00 2001 From: Desour Date: Sun, 20 Apr 2025 23:29:09 +0200 Subject: [PATCH] Improve mod storage doc a little --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index e316c3d4b..dd1670d34 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -9287,7 +9287,7 @@ The settings have the format `key = value`. Example: `StorageRef` ------------ -Mod metadata: per mod metadata, saved automatically. +Mod metadata: per mod and world metadata, saved automatically. Can be obtained via `core.get_mod_storage()` during load time. WARNING: This storage backend is incapable of saving raw binary data due