A minimal mod to render and export item assets from mods.
Uses code from glisco's Isometric Renders mod, licensed under the MIT License.
Specify the namespaces for which you want to render items using the item_asset_export.render.namespaces
system
property, separated by commas (,
). When the game finishes loading with the property present, the mod will run its
exports and then automatically shut it down once rendering has completed.
- glisco for creating the amazing Isometric Renders mod