IconExporter

Exports item, block, and fluid icons to files

File Details

iconexporter-1.21.1-fabric-1.4.1.jar

  • R
  • May 26, 2026
  • 41.24 KB
  • 4
  • 1.21.1
  • Fabric + 1

File Name

iconexporter-1.21.1-fabric-1.4.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:iconexporter-327048:8150233"

Quilt

modImplementation "curse.maven:iconexporter-327048:8150233"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.

<a name="1.21.1-1.4.1"></a>
## [1.21.1-1.4.1](https://github.com/CyclopsMC/IconExporter/compare/1.21.1-1.4.0...1.21.1-1.4.1) - 2026-05-26 20:11:13

### Added
* Add translations through Crowdin (#34)

### Fixed
* Fix crash on invalid components when hashing is enabled

<a name="1.21.1-1.4.0"></a>
## [1.21.1-1.4.0](https://github.com/CyclopsMC/IconExporter/compare/1.21.1-1.3.1...1.21.1-1.4.0) - 2025-11-11 16:12:12 +0100

### Added
* Include mod_name in metadata output, Closes #28
* Allow filtering by mod when exporting, Closes #9
* Add nl_nl translations
* Add tr_tr translation

<a name="1.21.1-1.3.1"></a>
## [1.21.1-1.3.1] - 2024-10-09 19:23:15 +0200

### Changed
* Refactor code to be compatible with NeoForge, Forge, and Fabric.