Skip to content

Releases: timmyRS/MCPackr

1.2.0

12 May 07:45
Compare
Choose a tag to compare
  • 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

15 Mar 22:03
Compare
Choose a tag to compare
  • Fixed MCPackr generating invalid pack.mcmeta files
  • MCPackr now ignores non-standard files in the root directory of resource packs

1.1.3

03 Mar 17:16
Compare
Choose a tag to compare
  • Parse JSON leniently, as Minecraft does
  • Complain about duplicate textures instead of crashing

1.1.0

19 Dec 01:40
Compare
Choose a tag to compare
  • 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