journeymap
This commit is contained in:
parent
c7ea4f6889
commit
3e423888cb
8 changed files with 246 additions and 10 deletions
23
unsup.toml
Normal file
23
unsup.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[flavor_groups.map]
|
||||
name = "map"
|
||||
description = "which map mod you would like to use. antique atlas 4 will always be installed regardless"
|
||||
side = "both"
|
||||
[[flavor_groups.map.choices]]
|
||||
id = "xaero"
|
||||
name = "Xaero's"
|
||||
description = "use xaero's map mods, the 'premiere' mapping service. prone to memory leaks!"
|
||||
[[flavor_groups.map.choices]]
|
||||
id = "journeymap"
|
||||
name = "JourneyMap"
|
||||
description = "use journeymap, another map mod!\n⚠️ alert! if this is not a fresh install of the modpack, manual removal of `Xaero Train Map`, `Xaero's Minimap`, and `Xaero's World Map` is required."
|
||||
|
||||
[metafile.xaero-train-map]
|
||||
flavors = "xaero"
|
||||
[metafile.xaeros-minimap]
|
||||
flavors = "xaero"
|
||||
[metafile.xaeros-world-map]
|
||||
flavors = "xaero"
|
||||
[metafile.journeylocator]
|
||||
flavors = "journeymap"
|
||||
[metafile.journeymap]
|
||||
flavors = "journeymap"
|
||||
Loading…
Add table
Add a link
Reference in a new issue