Skip to content

Commit

Permalink
Update Purenail mods (#1303)
Browse files Browse the repository at this point in the history
* Update Purenail mods

Moves hk7y content from PurenailCore into a new mod, "SpicyRando" with proper mod options and rando integration.

* Fix link and xml ordering
  • Loading branch information
dplochcoder authored Feb 27, 2024
1 parent a2f7eca commit 54b4592
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions ModLinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5194,9 +5194,9 @@ This is a singleplayer mod. The "teamwork" refers to in-game events.</Descriptio
<Manifest>
<Name>PurenailCore</Name>
<Description>Common utilities and interop for Purenail mods</Description>
<Version>1.2.2.0</Version>
<Link SHA256="08B6A737F2519D9F6B0E5F5EB5476D51380508D104D4A8F7625E83EA69702044">
<![CDATA[https://github.com/dplochcoder/HollowKnight.PurenailCore/releases/download/v1.2.2.0/PurenailCore.zip]]>
<Version>1.2.3.0</Version>
<Link SHA256="5F3D8C506513D2F1A962FFB683CA99F44B6D3042D96C8969856333BC543CA870">
<![CDATA[https://github.com/dplochcoder/HollowKnight.PurenailCore/releases/download/v1.2.3.0/PurenailCore.zip]]>
</Link>
<Dependencies>
<Dependency>RandomizerCore.Json</Dependency>
Expand All @@ -5206,6 +5206,27 @@ This is a singleplayer mod. The "teamwork" refers to in-game events.</Descriptio
<![CDATA[https://github.com/dplochcoder/HollowKnight.PurenailCore]]>
</Repository>
</Manifest>
<Manifest>
<Name>SpicyRando</Name>
<Description>Various difficulty increases in specific parts of rando</Description>
<Version>1.0.0.0</Version>
<Link SHA256="C9E2169435B68E94BBC2D83823B32436C06E0E20D24B4F73B1EBF58FF140D599">
<![CDATA[https://github.com/dplochcoder/HollowKnight.SpicyRando/releases/download/v1.0.0.0/SpicyRando.zip]]>
</Link>
<Dependencies>
<Dependency>ItemChanger</Dependency>
<Dependency>MenuChanger</Dependency>
<Dependency>PurenailCore</Dependency>
<Dependency>RandomizerCore.Json</Dependency>
</Dependencies>
<Repository>
<![CDATA[https://github.com/dplochcoder/HollowKnight.SpicyRando]]>
</Repository>
<Integrations>
<Integration>Randomizer 4</Integration>
<Integration>RandoSettingsManager</Integration>
</Integrations>
</Manifest>
<Manifest>
<Name>SpoilerViewerMod</Name>
<Description>Provides a Java GUI for navigating the spoiler log of randos or plandos. Requires Java to be installed.</Description>
Expand Down

0 comments on commit 54b4592

Please sign in to comment.