Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 747 Bytes

Item Asset Exporter

A minimal mod to render and export item assets from mods.

Uses code from glisco's Isometric Renders mod, licensed under the MIT License.

Usage

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.

Credits