mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-09 22:41:52 +00:00
feat(blockstates): rotation profiles and placement tracking
This commit is contained in:
@@ -77,6 +77,18 @@ internal static class NativeInterop
|
||||
[In] Assets.ModelBox[] boxes,
|
||||
int count);
|
||||
|
||||
[DllImport(RuntimeDll, CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
|
||||
internal static extern void native_register_block_model_variant(
|
||||
int blockId,
|
||||
string key,
|
||||
[In] Assets.ModelBox[] boxes,
|
||||
int count);
|
||||
|
||||
[DllImport(RuntimeDll, CallingConvention = CallingConvention.Cdecl)]
|
||||
internal static extern void native_register_block_rotation_profile(
|
||||
int blockId,
|
||||
int profile);
|
||||
|
||||
[DllImport(RuntimeDll, CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
|
||||
internal static extern int native_register_item(
|
||||
string namespacedId,
|
||||
|
||||
Reference in New Issue
Block a user