Minecraft
for example: spider-man skin
# YetAnotherConfigLib 3.2.1 for 1.20.2 ## Changes ### Config API – Added `ConfigClassHandler#save` and `ConfigClassHandler#load` and deprecated `ConfigClassHandler#serializer`. – The serializer should now never be called directly. – New load method tells serializer to load into a new instance of the config class. Only applied if the load was fully successful. – Deprecated `ConfigSerializer#load` for […]
# YetAnotherConfigLib 3.2 for 1.20.1 & 1.20.0 The artifact for this release is `dev.isxander.yacl:yet-another-config-lib-fabric:3.2.0+1.20` (assuming Fabric) ## Config API V2 Starting this update, the previous config api is now deprecated. The new API is much more modular, and is now fully API-safe. ### What does it look like? “`java public class MyConfig { public static […]
# YetAnotherConfigLib 3.2 for 1.20.2 The artifact for this release is `dev.isxander.yacl:yet-another-config-lib-fabric:3.2.0+1.20.2` (assuming Fabric) ## Config API V2 Starting this update, the previous config api is now deprecated. The new API is much more modular, and is now fully API-safe. ### What does it look like? “`java public class MyConfig { public static final ConfigClassHandler […]
# 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 […]
# YetAnotherConfigLib 3.2.1 for 1.20.1-0 ## Bug Fixes – Backport a very important Forge fix to 1.20.1 ([#143](https://github.com/isXander/YetAnotherConfigLib/pull/143)) *Enjarai*
# 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 […]
# YetAnotherConfigLib v3.3.1 for 1.20.4 – Fix version constraint issue on Fabric
Main » Game » Minecraft: Java Edition » Page 32