Releases: timmyRS/MCPackr
Releases · timmyRS/MCPackr
1.2.0
- 1.14 Support: Altough the pack_format didn't change, some file names have changed. Thanks Mojang.
- Improved API pattern: You now instantiate
ResourcePack
instead of calling static functions on MCPackr
. As this project uses semantic versioning, the old style will still work until 2.0.0.
1.1.4
- Fixed MCPackr generating invalid pack.mcmeta files
- MCPackr now ignores non-standard files in the root directory of resource packs
1.1.3
- Parse JSON leniently, as Minecraft does
- Complain about duplicate textures instead of crashing
1.1.0
- Added support for blockstates with multiple variants per variant
- Improved the way MCPackr complains about errors
- Fixed invalid blockstates crashing MCPackr
- Fixed models without textures crashing MCPackr