mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-16 01:41:53 +00:00
feat(modloader): add item use and summon APIs
Add managed item use hooks, server-authoritative summon support, and side-aware use item context. Include IdHelper mappings, example ruby wand usage, and related runtime/crash-handler updates.
This commit is contained in:
@@ -16,4 +16,6 @@ namespace DotNetHost
|
||||
void CallTick();
|
||||
void CallShutdown();
|
||||
int CallItemMineBlock(const void* args, int sizeBytes);
|
||||
int CallItemUse(const void* args, int sizeBytes);
|
||||
void CallEntitySummoned(int entityNumericId, float x, float y, float z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user