Store your Minecraft configs with your other dotfiles, and load it automatically.

chore: update config convention

Changed files
+4 -1
config
+3 -1
config.toml
···
-
[fabric.mods]
+
[mods]
sodium = "AANobbMI"
fabric-api = "P7dR8mSH"
+
test = "test"
+
resourcepack = "50dA9Sha"
+1
config/config.go
···
type (
Config struct {
Fabric Loader `toml:fabric`
+
Mods map[string]string `toml:mods`
}
Loader struct {
Mods map[string]string `toml:mods`