mirror of
https://github.com/TheJordanDev/PEAK-JordanMod.git
synced 2026-06-06 03:23:29 +02:00
0.1.8 | Added: Dependencies for ModConfig and PeakPresence, Updated BepInEx
This commit is contained in:
@@ -37,4 +37,8 @@
|
||||
# v0.1.7 | Better Bugle + Replace Bing Bong
|
||||
|
||||
- Added BetterBugle and ReplaceBingBong
|
||||
- Play sounds and music in game with the Bugle (need a server to host the audio like mine), and can also with same server host sounds that start with SFX_VO_BingBong_ to replace voicelines (or add more) to BingBong
|
||||
- Play sounds and music in game with the Bugle (need a server to host the audio like mine), and can also with same server host sounds that start with SFX_VO_BingBong_ to replace voicelines (or add more) to BingBong
|
||||
|
||||
# v0.1.8 | Changed dependencies
|
||||
|
||||
- Added ModConfig and PeakPresence (my mod), Updated BepInEx
|
||||
@@ -8,7 +8,7 @@
|
||||
<!-- This is the display name of your mod. Example: BepInEx Template -->
|
||||
<AssemblyTitle>JordanMod</AssemblyTitle>
|
||||
<!-- This is the version number of your mod. -->
|
||||
<Version>0.1.7</Version>
|
||||
<Version>0.1.8</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -12,8 +12,9 @@ websiteUrl = "https://github.com/TheJordanDev/JordanMod"
|
||||
containsNsfwContent = false
|
||||
|
||||
[package.dependencies]
|
||||
BepInEx-BepInExPack_PEAK = "5.4.2403"
|
||||
BepInEx-BepInExPack_PEAK = "5.4.75301"
|
||||
PEAKModding-ModConfig = "1.6.0"
|
||||
TheJordanDev-PeakPresence = "0.5.0"
|
||||
|
||||
[build]
|
||||
icon = "../../icon.png"
|
||||
|
||||
Reference in New Issue
Block a user