mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add ModStorageAPI to client side modding (#5396)
mod storage is located into user_path / client / mod_storage
This commit is contained in:
@@ -58,4 +58,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
|
||||
ModApiStorage::Initialize(L, top);
|
||||
|
||||
LuaItemStack::Register(L);
|
||||
StorageRef::Register(L);
|
||||
}
|
||||
|
Reference in New Issue
Block a user