feat: Item custom model data support (#318)

* feat: Item custom model data support

* rename prop, jsdoc for clarity

* explicit resource manager because it can be run in different threads, up mc-assets

* fix tsc

---------

Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
This commit is contained in:
Max Lee 2025-03-26 06:22:38 +01:00 committed by GitHub
commit 47be0ac865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 90 additions and 15 deletions

View file

@ -102,6 +102,7 @@
// "@stylistic/multiline-ternary": "error", // not needed
// "@stylistic/newline-per-chained-call": "error", // not sure if needed
"@stylistic/new-parens": "error",
"@typescript-eslint/class-literal-property-style": "off",
"@stylistic/no-confusing-arrow": "error",
"@stylistic/wrap-iife": "error",
"@stylistic/space-before-blocks": "error",