Skip to content

Releases: radstevee/packed

v1.1.4

25 Jan 17:36

Choose a tag to compare

  • Paulem (#3): add min_formats and max_formats to pack meta

v1.1.3

24 Jan 14:03
d921abc

Choose a tag to compare

  • turns PackFormat into an object with constants instead of enum
  • adds new pack formats until 1.21.11

v1.1.2

24 Apr 10:29
5094541

Choose a tag to compare

fix: ResourceAssetResolutionStrategy not working properly

v1.1.1

20 Apr 14:23
5094541

Choose a tag to compare

fix(#2): add Mat2x2d and change usages of Mat2x2i and fix cubes using Vec3is instead of Vec3ds
fix(negative-spaces): remove dependency on apache commons

v1.1.0

16 Apr 16:04
ae291bc

Choose a tag to compare

  • feat: composite item definitions

(from 1.0.4)

  • improve NegativeSpaces performance a lot and refactor its logic

v1.0.3

19 Feb 16:42
4b9468f

Choose a tag to compare

  • fix: ResourcePack#addBasicSound(Key, SoundEvent.() -> Unit) logic being inconsistent

v1.0.2

17 Feb 14:21
1a2349d

Choose a tag to compare

  • make ItemModel#Builder#guiLight mutable

v1.0.1

25 Jan 11:15
a2de40b

Choose a tag to compare

  • rename Font#providersList to Font#providers
  • fix Font#providers always being empty, thus no validation

v1.0.0

24 Jan 15:15
4d3ab33

Choose a tag to compare

This marks the official stable release of packed!

code changes:

  • move to DFU
  • rename plugins -> hooks, fits better
  • basic item definitions
  • item tint
  • languages
  • sounds
  • font provider builders outside of fonts
  • spotless added
  • explicit API mode
  • dokka publishing
  • dokka v2
  • gradle caching and parralel
  • build script improvements
  • jetbrains annotations for lots of things
  • gradle 8.12
  • new pack formats

docs changes:

  • fix maven url

🔗 full changelog

v0.5.0

12 Oct 10:55
bc805da

Choose a tag to compare

First "official" Github release, a bit late though

  • Fonts
  • Item models
  • pack.mcmeta
  • asset strategies & fallbacks