Gist based on the [YACL documentation](https://docs.isxander.dev/yet-another-config-lib/gui-builder/getting-started) and on the latest Fabric [example mod](https://github.com/FabricMC/fabric-example-mod/tree/26.2) updated to [the latest](https://fabricmc.net/develop/) version: [YaclConfigScreenTest.java](https://gist.github.com/Phylogeny/f469d625b2ecd6cfe2086f80eefe8326) `build.gradle` contains: ``` # Fabric Properties minecraft_version=26.3-snapshot-6 loader_version=0.19.3 loom_version=1.17-SNAPSHOT # Dependencies fabric_api_version=0.156.1+26.3 yacl_version=3.9.6+26.3-fabric modmenu_version=21.0.0-alpha.1 ``` <img width="856" height="512" alt="Image" src="https://github.com/user-attachments/assets/820a6f0d-c0d6-4c37-9ee3-57cabcf1a45d" /> ## Bugs: - All float, integer, and double fields and sliders cannot change their values. The setter is never called, and neither are any registered listeners. - Enum controllers cycle in reverse order. ## Confirmed on: - MC `26.3-snapshot-4` through `26.3-snapshot-6`
Gist based on the YACL documentation and on the latest Fabric example mod updated to the latest version:
YaclConfigScreenTest.java
build.gradlecontains:Bugs:
Confirmed on:
26.3-snapshot-4through26.3-snapshot-6