Skip to content

Commit

Permalink
Changelogs and a little script
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 17, 2020
1 parent 592f9b6 commit 69a98cd
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ config/cherishedworlds/favorites.dat
soundsMuffled.dat
MakeModpackFiles.bat
MakeModpackFilesPostToDiscord.bat
PostToDiscord.bat
7 changes: 7 additions & 0 deletions PostToDiscord.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
. "$PSScriptRoot\settings.ps1"
. "$PSScriptRoot\secrets.ps1"
$CurlUrl = "https://discordapp.com/api/webhooks/$WEBHOOK_ID/$WEBHOOK_TOKEN"
$FilePath = "$CLIENT_FILENAME-$MODPACK_VERSION.zip"

curl.exe --url $CurlUrl -F ContentType="multipart/form-data" -F content=@$FilePath --progress-bar
pause
16 changes: 9 additions & 7 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@



##### Quark Oddities has been removed, so you will get a message alerting you of the items that will be removed - If you have a backpack from Quark, empty it before updating!



*[Mod Updates](https://github.com/NillerMedDild/Enigmatica5/blob/master/changelogs/CHANGELOG_MODS_0.4.3.txt)*



**Mod Additions**

-
- JEI Tweaker [\#199](https://github.com/NillerMedDild/Enigmatica5/issues/199)
- Whoops [\#196](https://github.com/NillerMedDild/Enigmatica5/issues/196)
- Pane in the Glass [\#190](https://github.com/NillerMedDild/Enigmatica5/issues/190)

**Mod Removals**

-

**Changes**

-
- Quark Oddities [\#195](https://github.com/NillerMedDild/Enigmatica5/issues/195)

**Bug fixes**

-
- quark "tetris" style enchanting was enabled [\#191](https://github.com/NillerMedDild/Enigmatica5/issues/191)

## Enigmatica 5 v0.4.2

Expand Down
Loading

0 comments on commit 69a98cd

Please sign in to comment.