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