Fzzy Config is a powerful configuration engine for Minecraft Mods that meets you where you want to be. Quick and dirty or detailed and featureful, Fzzy Config will work with you. It provides a wide array of features above and beyond what you can find in other libraries. The Basics Automati...
// build.gradle//version 0.4.3 or highermodImplementation"me.fzzyhmstrs:fzzy_config:${project.fzzyConfigVersion}"//NOTE: underscore, not hyphen!//version 0.4.2 or lowermodImplementation"maven.modrinth:fzzy-config:${project.fzzyConfigVersion}" ...