Skip to content

Releases: isXander/YetAnotherConfigLib

YetAnotherConfigLib 3.4.0 for MC 1.20.5

23 Apr 17:10

Choose a tag to compare

YetAnotherConfigLib 3.4.0

This build supports the following versions:

  • Fabric 1.20.1
  • Fabric 1.20.4
  • Fabric 1.20.5
  • Forge 1.20.1
  • NeoForge 1.20.4

For developers...

This is the first build which uses a new build toolchain to support multiple minecraft versions in the same codebase.
With this change, the artifact of the mod has changed.

modImplementation "dev.isxander:yet-another-config-lib:{modversion}+{mcversion}-{loader}"
// for example...
modImplementation "dev.isxander:yet-another-config-lib:3.4.0+1.20.1-fabric"

If you are using YACL in an architectury project (one with a common subproject), you will from now on depend on
the fabric version of YACL. There is no longer any common artifact. I don't believe there to be any issues with doing it
like this.

Additions

  • New colour picker widget by Superkat32
    • This works with existing colour options.

Colour picker example

  • Added a custom tab API so categories can provide their own GUI, instead of YACL options.
    • Mod developers can make their category class implement CustomTabProvider. Javadoc is available.
  • Add a new Kotlin DSL for creating your YACL UIs. This is a wrapper on top of the java builder interface providing extra functionality for Kotlin users.
    • YACL does not provide any kotlin libraries, nor does it depend on them. If you would like to use this DSL, make sure your own mod depends on your loader's Kotlin mod.
    • This is included in the main artifact. You don't need additional dependencies.
    • An example usage can be found in the testmod
  • Improved the backend of dropdown controllers by Crendgrim

Bug Fixes

  • Fix GIFs not being preloaded in the resource reloader

YetAnotherConfigLib 3.4.0 for MC 1.20.4

23 Apr 17:10

Choose a tag to compare

YetAnotherConfigLib 3.4.0

This build supports the following versions:

  • Fabric 1.20.1
  • Fabric 1.20.4
  • Fabric 1.20.5
  • Forge 1.20.1
  • NeoForge 1.20.4

For developers...

This is the first build which uses a new build toolchain to support multiple minecraft versions in the same codebase.
With this change, the artifact of the mod has changed.

modImplementation "dev.isxander:yet-another-config-lib:{modversion}+{mcversion}-{loader}"
// for example...
modImplementation "dev.isxander:yet-another-config-lib:3.4.0+1.20.1-fabric"

If you are using YACL in an architectury project (one with a common subproject), you will from now on depend on
the fabric version of YACL. There is no longer any common artifact. I don't believe there to be any issues with doing it
like this.

Additions

  • New colour picker widget by Superkat32
    • This works with existing colour options.

Colour picker example

  • Added a custom tab API so categories can provide their own GUI, instead of YACL options.
    • Mod developers can make their category class implement CustomTabProvider. Javadoc is available.
  • Add a new Kotlin DSL for creating your YACL UIs. This is a wrapper on top of the java builder interface providing extra functionality for Kotlin users.
    • YACL does not provide any kotlin libraries, nor does it depend on them. If you would like to use this DSL, make sure your own mod depends on your loader's Kotlin mod.
    • This is included in the main artifact. You don't need additional dependencies.
    • An example usage can be found in the testmod
  • Improved the backend of dropdown controllers by Crendgrim

Bug Fixes

  • Fix GIFs not being preloaded in the resource reloader

YetAnotherConfigLib 3.4.0 for MC 1.20.4

23 Apr 17:11

Choose a tag to compare

YetAnotherConfigLib 3.4.0

This build supports the following versions:

  • Fabric 1.20.1
  • Fabric 1.20.4
  • Fabric 1.20.5
  • Forge 1.20.1
  • NeoForge 1.20.4

For developers...

This is the first build which uses a new build toolchain to support multiple minecraft versions in the same codebase.
With this change, the artifact of the mod has changed.

modImplementation "dev.isxander:yet-another-config-lib:{modversion}+{mcversion}-{loader}"
// for example...
modImplementation "dev.isxander:yet-another-config-lib:3.4.0+1.20.1-fabric"

If you are using YACL in an architectury project (one with a common subproject), you will from now on depend on
the fabric version of YACL. There is no longer any common artifact. I don't believe there to be any issues with doing it
like this.

Additions

  • New colour picker widget by Superkat32
    • This works with existing colour options.

Colour picker example

  • Added a custom tab API so categories can provide their own GUI, instead of YACL options.
    • Mod developers can make their category class implement CustomTabProvider. Javadoc is available.
  • Add a new Kotlin DSL for creating your YACL UIs. This is a wrapper on top of the java builder interface providing extra functionality for Kotlin users.
    • YACL does not provide any kotlin libraries, nor does it depend on them. If you would like to use this DSL, make sure your own mod depends on your loader's Kotlin mod.
    • This is included in the main artifact. You don't need additional dependencies.
    • An example usage can be found in the testmod
  • Improved the backend of dropdown controllers by Crendgrim

Bug Fixes

  • Fix GIFs not being preloaded in the resource reloader

YetAnotherConfigLib 3.4.0 for MC 1.20.1

23 Apr 17:11

Choose a tag to compare

YetAnotherConfigLib 3.4.0

This build supports the following versions:

  • Fabric 1.20.1
  • Fabric 1.20.4
  • Fabric 1.20.5
  • Forge 1.20.1
  • NeoForge 1.20.4

For developers...

This is the first build which uses a new build toolchain to support multiple minecraft versions in the same codebase.
With this change, the artifact of the mod has changed.

modImplementation "dev.isxander:yet-another-config-lib:{modversion}+{mcversion}-{loader}"
// for example...
modImplementation "dev.isxander:yet-another-config-lib:3.4.0+1.20.1-fabric"

If you are using YACL in an architectury project (one with a common subproject), you will from now on depend on
the fabric version of YACL. There is no longer any common artifact. I don't believe there to be any issues with doing it
like this.

Additions

  • New colour picker widget by Superkat32
    • This works with existing colour options.

Colour picker example

  • Added a custom tab API so categories can provide their own GUI, instead of YACL options.
    • Mod developers can make their category class implement CustomTabProvider. Javadoc is available.
  • Add a new Kotlin DSL for creating your YACL UIs. This is a wrapper on top of the java builder interface providing extra functionality for Kotlin users.
    • YACL does not provide any kotlin libraries, nor does it depend on them. If you would like to use this DSL, make sure your own mod depends on your loader's Kotlin mod.
    • This is included in the main artifact. You don't need additional dependencies.
    • An example usage can be found in the testmod
  • Improved the backend of dropdown controllers by Crendgrim

Bug Fixes

  • Fix GIFs not being preloaded in the resource reloader

YetAnotherConfigLib 3.4.0 for MC 1.20.1

23 Apr 17:24

Choose a tag to compare

YetAnotherConfigLib 3.4.0

This build supports the following versions:

  • Fabric 1.20.1
  • Fabric 1.20.4
  • Fabric 1.20.5
  • Forge 1.20.1
  • NeoForge 1.20.4

For developers...

This is the first build which uses a new build toolchain to support multiple minecraft versions in the same codebase.
With this change, the artifact of the mod has changed.

modImplementation "dev.isxander:yet-another-config-lib:{modversion}+{mcversion}-{loader}"
// for example...
modImplementation "dev.isxander:yet-another-config-lib:3.4.0+1.20.1-fabric"

If you are using YACL in an architectury project (one with a common subproject), you will from now on depend on
the fabric version of YACL. There is no longer any common artifact. I don't believe there to be any issues with doing it
like this.

Additions

  • New colour picker widget by Superkat32
    • This works with existing colour options.

Colour picker example

  • Added a custom tab API so categories can provide their own GUI, instead of YACL options.
    • Mod developers can make their category class implement CustomTabProvider. Javadoc is available.
  • Add a new Kotlin DSL for creating your YACL UIs. This is a wrapper on top of the java builder interface providing extra functionality for Kotlin users.
    • YACL does not provide any kotlin libraries, nor does it depend on them. If you would like to use this DSL, make sure your own mod depends on your loader's Kotlin mod.
    • This is included in the main artifact. You don't need additional dependencies.
    • An example usage can be found in the testmod
  • Improved the backend of dropdown controllers by Crendgrim

Bug Fixes

  • Fix GIFs not being preloaded in the resource reloader

v3.2.2+1.20

12 Feb 22:45

Choose a tag to compare

YetAnotherConfigLib 3.2.1 for 1.20.1-0

Bug Fixes

  • Backport a very important Forge fix to 1.20.1 (#143) Enjarai

v3.3.2+1.20.4

19 Jan 17:19

Choose a tag to compare

YetAnotherConfigLib v3.3.2 for 1.20.4

  • Hook into the resource reloader to preload any webp/gif files that are used.
    This should make loading images when opening GUIs appear instantaneous.
  • Fix issue where buttons got stuck and appeared as though nothing had saved.
  • Fix an issue on NeoForged where the access widener was not transformed to an access transformer.

v3.3.1+1.20.4

07 Dec 20:45

Choose a tag to compare

YetAnotherConfigLib v3.3.1 for 1.20.4

  • Fix version constraint issue on Fabric

v3.3.0+1.20.4

07 Dec 19:06

Choose a tag to compare

YetAnotherConfigLib v3.3.0 for 1.20.4

Updates to support 1.20.4.

v3.3.0-beta.1+1.20.3

05 Dec 21:01

Choose a tag to compare

v3.3.0-beta.1+1.20.3 Pre-release
Pre-release

YetAnotherConfigLib v3.3.0-beta.1 for 1.20.3

Updates to support 1.20.3.

Known Issues

  • Tooltips flicker when hovering over save button.