mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 05:34:36 +00:00
feat(api/runtime): java-style assets and localization sync
This commit is contained in:
@@ -679,6 +679,10 @@ bool HookManager::Install(const SymbolResolver& symbols)
|
||||
symbols.pServerLevelAddToTickNextTick ? symbols.pServerLevelAddToTickNextTick
|
||||
: symbols.pLevelAddToTickNextTick,
|
||||
symbols.pLevelGetTile);
|
||||
NativeExports::SetLocalizationSymbols(
|
||||
symbols.pMinecraftApp,
|
||||
symbols.pGetMinecraftLanguage,
|
||||
symbols.pGetMinecraftLocale);
|
||||
|
||||
if (symbols.pTexturesBindTextureResource)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user