mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
major cleanup
This commit is contained in:
parent
b33e15377f
commit
e5242f76c7
85 changed files with 584 additions and 571 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace NAK.JumpPatch;
|
||||
|
||||
public class JumpPatchMod : MelonMod
|
||||
public class JumpPatch : MelonMod
|
||||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
|
|
@ -10,11 +10,11 @@ using System.Reflection;
|
|||
[assembly: AssemblyProduct(nameof(NAK.JumpPatch))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.JumpPatch.JumpPatchMod),
|
||||
typeof(NAK.JumpPatch.JumpPatch),
|
||||
nameof(NAK.JumpPatch),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/JumpPatch"
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/JumpPatch"
|
||||
)]
|
||||
|
||||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/JumpPatch/releases/download/v1.0.0/JumpPatch.dll",
|
||||
"sourcelink": "https://github.com/NotAKidOnSteam/JumpPatch/",
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/JumpPatch.dll",
|
||||
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/JumpPatch/",
|
||||
"changelog": "- Initial Release\n- I like my jump animations.",
|
||||
"embedcolor": "#e56597"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue