You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hephaestus-Dev edited this page Jan 7, 2021
·
1 revision
Sometimes, you might want to create a model that is going to be used in a context other than blocks and items. Myron will load models in your models/misc directory even if they're not associated with any blocks/items.
You can get a BakedModel instance for these models with Myron#getModel. For a complete example, see the test repository.