Skip to content

Commit

Permalink
chore: 🧱 CHANGELOG update, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 5, 2024
1 parent 83a1f4b commit 2270b3f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
20 changes: 4 additions & 16 deletions CHANGELOG-latest.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
# v1.30.1 (2024-2-5)
# v1.30.2 (2024-2-5)


## 🐛 Fixes

* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d58d41b7ce4e28d5a54b1229160c2d15a44a239d)🐛Undo Random Patches `timeouts` section
> Players reported that they cant connect servers on high ping
* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1ee1765efdd90596b6622ff736ed363c659df275)🐛Fix of fix Random Patches `timeouts`
> Forgot to add third `true` to actually enable option
#### Quest

* <img src="https://i.imgur.com/Yl1Fezn.png" align=right> [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/52ec5b66cb3e5f0e36c189067c9e9e2072610a25)📖Temporary fix ![](https://github.com/Krutoy242/mc-icons/raw/master/i/fluid/copper.png "Molten Copper") cant be cast
> After recent disabling Clay Casts, players would be unable to cast their first Copper Ore into sharpening kit or pickaxe head.
>
> This temporary fix will add Brass cast as reward in `Mining Level 1` quest, so players could use it.
>
> Later i will come up with better solution.
#### Server

* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/e8d49ec02e1be0ed2ce836f7924d9802eb00ba32)💻Remove auto-restart from serverSetup
> Since most server services have auto-restart feature, it would have more sense to disable this feature from ServerStarter script.
>
> ⚠ Note: if you run server on local machine or your server doesnt have auto-restart feature, you need to manually enable this option.
* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/83a1f4bc74836291906783a8b571efcea51ba7cc)📖Remove mention of Clay Cast in quest description



2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"alignment": "bottom_right"
},
"version_num": {
"text": "v1.30.1",
"text": "v1.30.2",
"posX": -65,
"posY": -25,
"color": 4956595,
Expand Down
2 changes: 1 addition & 1 deletion dev/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.30.1
v1.30.2
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Enigmatica2Expert-Extended",
"version": "v1.30.1",
"version": "v1.30.2",
"author": "krutoy242",
"overrides": "overrides",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion server/server-setup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:

# Link to where the file where the modpack can be distributed
# This supports loading from local files as well for most pack types if there is file://{PathToFile} in the beginning
modpackUrl: https://github.com/Krutoy242/Enigmatica2Expert-Extended/releases/download/v1.30.1/E2E-Extended-v1.30.1.zip
modpackUrl: https://github.com/Krutoy242/Enigmatica2Expert-Extended/releases/download/v1.30.2/E2E-Extended-v1.30.2.zip

# This is used to specify in which format the modpack is distributed, the server launcher has to handle each individually if their format differs
# current supported formats:
Expand Down

0 comments on commit 2270b3f

Please sign in to comment.