diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebe0b9e..c76161d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Enigmatica 10 1.13.0 +NeoForge-1.21.1-21.1.74 | [Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/changelog_mods_1.13.0.md) | [Modlist](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/modlist_1.13.0.md) + +#### ✔️ Added Mods + +#### ❌ Removed Mods + #### ⭐ Improvements - Rice Slime Balls now count as slime balls for more recipes [\#196](https://github.com/EnigmaticaModpacks/Enigmatica10/pull/196) @@ -22,6 +28,9 @@ - Fix missing Lignite crushing recipes [(\#205)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/205) - Fix NA quests not giving aura [(\#211)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/211) - Fix budding tags for growth acceleration and golems [(\#211)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/211) +- E10: Genetics Resequenced - Water Breathing gene not working [(\#207)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/207) +- E10: AA power gen buffers deplete when turned off and not actively powering anything [(\#194)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/194) +- server restart halts at error from inventory sorter (known issue on their end) [(\#185)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/185) --- @@ -62,6 +71,7 @@ NeoForge-1.21.1-21.1.72 | [Mod Updates](https://github.com/EnigmaticaModpacks/En #### 🦟 Bugs Fixed - Evilcraft entangled chalice has no recipe in EMI but is craftable [(\#190)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/190) +- MOTD does not display (stuck on 'Pinging...') [(\#158)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/158) --- diff --git a/automation/settings.cfg b/automation/settings.cfg index eca0c5da..3b222eec 100644 --- a/automation/settings.cfg +++ b/automation/settings.cfg @@ -9,4 +9,4 @@ RUN_FROM_BAD_FOLDER=0; MODPACK_NAME=Enigmatica 10; MCVER=1.21.1; -FORGEVER=21.1.72; \ No newline at end of file +FORGEVER=21.1.74; \ No newline at end of file diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 7a843cab..7e74d3aa 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -7,7 +7,7 @@ #The name of the modpack modpackName = "Enigmatica 10" #The version of the modpack - modpackVersion = "1.12.0" + modpackVersion = "1.13.0" #Use the metadata.json to determine the modpack version #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING useMetadata = false diff --git a/server_files/server-setup-config.yaml b/server_files/server-setup-config.yaml index b93c7ab9..e65b8340 100644 --- a/server_files/server-setup-config.yaml +++ b/server_files/server-setup-config.yaml @@ -16,7 +16,7 @@ install: # exact version of forge or fabric that is supposed to be used # if this value is a null value so ( ~, null, or "" ) then the version from the mod pack is going to be used - loaderVersion: 21.1.72 + loaderVersion: 21.1.74 # If a custom installer is supposed to used, specify the url here: (Otherwise put "", ~ or null here) # supports variables: {{@loaderversion@}} and {{@mcversion@}}