Skip to content

Commit 0131d80

Browse files
committed
Updated mods, wrote changelogs, updated dev settings
1 parent 6c5f586 commit 0131d80

File tree

5 files changed

+962
-43
lines changed

5 files changed

+962
-43
lines changed

ModpackUploader.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if ($ENABLE_MANIFEST_BUILDER_MODULE) {
5050
}
5151

5252
if ($ENABLE_CHANGELOG_GENERATOR_MODULE -and $ENABLE_MODPACK_UPLOADER_MODULE) {
53-
Remove-Item oldmanifest.json, manifest.json, shortchangelog.txt, MOD_CHANGELOGS.txt -ErrorAction SilentlyContinue
53+
Remove-Item old.json, new.json, changelog.txt -ErrorAction SilentlyContinue
5454
sz e "$CLIENT_FILENAME`-$LAST_MODPACK_VERSION.zip" manifest.json
5555
Rename-Item -Path manifest.json -NewName old.json
5656
sz e "$CLIENT_FILENAME`-$MODPACK_VERSION.zip" manifest.json
@@ -64,6 +64,8 @@ if ($ENABLE_CHANGELOG_GENERATOR_MODULE -and $ENABLE_MODPACK_UPLOADER_MODULE) {
6464

6565
java -jar ChangelogGenerator-2.0.0-pre3.jar
6666
Move-Item -Path changelog.txt -Destination changelogs/CHANGELOG_MODS_$MODPACK_VERSION.txt
67+
68+
Remove-Item old.json, new.json, changelog.txt -ErrorAction SilentlyContinue
6769
}
6870

6971
if ($ENABLE_GITHUB_CHANGELOG_GENERATOR_MODULE) {

changelogs/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## Enigmatica 4 v0.5.0
2+
3+
### This is a major update, make sure to backup your world before updating!
4+
There is a chance that this new update does not work with your current world.
5+
6+
*Forge-1.14.4-28.2.3*
7+
*[Mod List](https://github.com/NillerMedDild/Enigmatica4/blob/master/CHANGELOG_MODS_0.5.0.txt)*
8+
9+
**Added Mods**
10+
11+
- [Passthrough Signs](https://www.curseforge.com/minecraft/mc-mods/passthrough-signs)
12+
- [ReAuth](https://www.curseforge.com/minecraft/mc-mods/reauth)
13+
- Immersive Engineering [\#323](https://github.com/NillerMedDild/Enigmatica4/issues/323)
14+
- EnderChests [\#318](https://github.com/NillerMedDild/Enigmatica4/issues/318)
15+
- Extreme Sound Muffler [\#316](https://github.com/NillerMedDild/Enigmatica4/issues/316)
16+
- Rats [\#303](https://github.com/NillerMedDild/Enigmatica4/issues/303)
17+
- EnderTanks [\#222](https://github.com/NillerMedDild/Enigmatica4/issues/222)
18+
19+
**Removed Mods**
20+
21+
* AuthMe (Replaced with ReAuth)
22+
23+
**Changes**
24+
25+
* Re-do Default Keybindings [\#328](https://github.com/NillerMedDild/Enigmatica4/issues/328)
26+
27+
**Fixed bugs**
28+
29+
- Linux servers not starting: Typo in Enigmatica4Server-0.4.10 server-start.sh [\#327](https://github.com/NillerMedDild/Enigmatica4/issues/327)
30+
- Iron Plates [\#314](https://github.com/NillerMedDild/Enigmatica4/issues/314)
31+
132
## Enigmatica 4 v0.4.10
233

334
*Forge-1.14.4-28.2.3*

0 commit comments

Comments
 (0)