We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93378f commit e7fcc32Copy full SHA for e7fcc32
2 files changed
changelog.md
@@ -1,11 +1,12 @@
1
-# YetAnotherConfigLib 3.9.1
+# YetAnotherConfigLib 3.9.2
2
3
-### 3.9.1 targets
+### 3.9.2 targets
4
5
| | Fabric | NeoForge | Forge |
6
|------|--------|----------|-------|
7
| 26.1 | ✅ | ❌ | ❌ |
8
9
### Changes
10
11
-- Update to 26.1 (release)
+- Fix class loading errors when other mods use access wideners.
12
+- Make the version constraint for Fabric match that of NeoForge (~26.1)
gradle.properties
@@ -1,4 +1,4 @@
-modVersion=3.9.1
+modVersion=3.9.2
modId=yet_another_config_lib_v3
modName=YetAnotherConfigLib
modDescription=YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
0 commit comments