feat(api): add default minecraft item models

This commit is contained in:
Jacobwasbeast
2026-03-12 02:05:29 -05:00
parent a7a30ce83f
commit 24dbf8b96b
7 changed files with 114 additions and 10 deletions

View File

@@ -4,4 +4,5 @@ public static class ModContext
{
public static string? ModId { get; internal set; }
public static string? ModFolder { get; internal set; }
public static string? ApiModFolder { get; internal set; }
}