Skip to content

Sinytra/ItemAssetExporterMod

Repository files navigation

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