https://github.com/Sinytra/WikiDataExporter
Extracts assets, duh
https://github.com/Sinytra/WikiDataExporter
Last synced: 9 months ago
JSON representation
Extracts assets, duh
- Host: GitHub
- URL: https://github.com/Sinytra/WikiDataExporter
- Owner: Sinytra
- License: mit
- Created: 2024-08-19T21:01:57.000Z (almost 2 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-11-05T20:59:50.000Z (over 1 year ago)
- Last Synced: 2025-01-14T01:28:46.498Z (over 1 year ago)
- Language: Java
- Size: 135 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Item Asset Exporter
A minimal mod to render and export item assets from mods.
Uses code from **glisco**'s [Isometric Renders](https://modrinth.com/mod/isometric-renders) mod, licensed under the
[MIT License](https://github.com/gliscowo/isometric-renders/blob/bb34dff4849d4b72289f54715b8f1b45c1882e7a/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
- **glisco** for creating the amazing [Isometric Renders](https://modrinth.com/mod/isometric-renders) mod