isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
96 stars 36 forks source link

The wiki is severely out of date #125

Closed Octol1ttle closed 9 months ago

Octol1ttle commented 10 months ago

I'm trying to port a mod of mine from Cloth Config to YACL. For that, I followed the link on the Modrinth page to access the wiki. However, I quickly found out that the information there is outdated.

The wiki still mentions that the mod is only for Fabric and Quilt (despite there being a Forge version), and the dependency configuration section won't build for multiple reasons. I had to look at Zoomify source code to figure out what to do in my build.gradle

After finally getting my mod to build, I encountered multiple references to methods or classes that either didn't exist or were marked as @Deprecated.

I wanted to use the Config API, but it's usage has been entirely reworked and I couldn't figure out what I needed to do on my own, so I gave up.

isXander commented 9 months ago

I just checked the wiki. It is definitely not out of date!