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
··· 1 - [fabric.mods] 2 sodium = "AANobbMI" 3 fabric-api = "P7dR8mSH"
··· 1 + [mods] 2 sodium = "AANobbMI" 3 fabric-api = "P7dR8mSH" 4 + test = "test" 5 + resourcepack = "50dA9Sha"
+1
config/config.go
··· 9 type ( 10 Config struct { 11 Fabric Loader `toml:fabric` 12 } 13 Loader struct { 14 Mods map[string]string `toml:mods`
··· 9 type ( 10 Config struct { 11 Fabric Loader `toml:fabric` 12 + Mods map[string]string `toml:mods` 13 } 14 Loader struct { 15 Mods map[string]string `toml:mods`