mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-26 22:35:34 +00:00
feat(models): add block model boxes + picking
This commit is contained in:
@@ -71,6 +71,12 @@ internal static class NativeInterop
|
||||
int acceptsRedstonePower,
|
||||
out int doubleNumericBlockId);
|
||||
|
||||
[DllImport(RuntimeDll, CallingConvention = CallingConvention.Cdecl)]
|
||||
internal static extern void native_register_block_model(
|
||||
int blockId,
|
||||
[In] Assets.ModelBox[] boxes,
|
||||
int count);
|
||||
|
||||
[DllImport(RuntimeDll, CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
|
||||
internal static extern int native_register_item(
|
||||
string namespacedId,
|
||||
|
||||
Reference in New Issue
Block a user