Skip to content

Commit

Permalink
Add a ton of Jam 3 mods
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Mar 28, 2024
1 parent efe23dd commit 6106ab3
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,32 @@ public static class Extensions
ImageKey.outerspacestation => "Outer Space Station",
ImageKey.ghostmoon => "Ghost Moon",

//Mod Jam 3
ImageKey.jam3sun => "Jam 3 Sun",
ImageKey.starshipcommunity => "Starship Community",

//Axiom's Refuge
ImageKey.axiom => "Axiom",
ImageKey.aicale => "Aicale",

//Callis's Thesis
ImageKey.theboiledegg => "The Boiled Egg",

//Echo Hike
ImageKey.echohike => "Echo Hike",

//Finis
ImageKey.finisplateau => "Finis Plateau",

//Granite's Invitation
ImageKey.gravelrock => "Gravelrock",

//Hearth's Neighbor 2: Magistarium
ImageKey.magistarium => "Magistarium",

//Mod Jam Hub
ImageKey.modjamhub => "Mod Jam Hub",

_ => string.Empty,
};

Expand Down
29 changes: 29 additions & 0 deletions ImageKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,34 @@ public enum ImageKey
electrum,
outerspacestation,
ghostmoon,

//Separate section just for Jam 3 mods
//Mod Jam 3
jam3sun = 3526,
starshipcommunity,

//Axiom's Refuge
axiom,
aicale,

//Callis's Thesis
theboiledegg,

//Echo Hike
echohike,

//Finis
finisplateau,

//Granite's Invitation
gravelrock,

//Hearth's Neighbor 2: Magistarium
magistarium,

//Mod Jam Hub
modjamhub

//And any more that add icons in future or never
}
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ There is custom icon support for the following other mods:
- [Evacuation](https://outerwildsmods.com/mods/evacuation/)
- [Unnamed Mystery](https://outerwildsmods.com/mods/unnamedmystery/)
- [Carson System](https://outerwildsmods.com/mods/carsonsystem/)
- [Mod Jam 3](https://outerwildsmods.com/mods/modjam3/)
- [Axiom's Refuge](https://outerwildsmods.com/mods/axiomsrefuge/)
- [Hearth's Neighbor 2: Magistarium](https://outerwildsmods.com/mods/hearthsneighbor2magistarium/)
- [Granite's Invitation](https://outerwildsmods.com/mods/granitesinvitation/)
- [Finis](https://outerwildsmods.com/mods/finis/)
- [Callis's Thesis](https://outerwildsmods.com/mods/callissthesis/)
- [Echo Hike](https://outerwildsmods.com/mods/echohike/)
- [Jam Hub](https://outerwildsmods.com/mods/jamhub/)

Ask me if you want support for your mod added.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "MegaPiggy",
"name": "Discord Rich Presence",
"uniqueName": "MegaPiggy.OWRichPresence",
"version": "1.5.0",
"version": "1.5.1",
"owmlVersion": "2.9.8",
"priorityLoad": true
}

0 comments on commit 6106ab3

Please sign in to comment.