diff --git a/CHANGELOG.md b/CHANGELOG.md index b79b47cb..49bfafb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Enigmatica 10 1.10.0 +NeoForge-1.21.1-21.1.31 | [Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/changelog_mods_1.10.0.md) | [Modlist](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/modlist_1.10.0.md) + +#### ✔️ Added Mods + + #### ⭐ Improvements - Buff MI Fuels and add compatibility with PneumaticCraft and JustDireThings fuels [\#95](https://github.com/EnigmaticaModpacks/Enigmatica10/pull/95) @@ -25,6 +30,13 @@ - Amethyst Golems now clean up after themselves [(\#97)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/97) - Aquaculture fish are now tagged as fish [(\#97)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/97) - Lightning now converts villagers to witches again [\#105](https://github.com/EnigmaticaModpacks/Enigmatica10/pull/105) +- Origins of Darkness has many missing pages [(\#104)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/104) +- PneumaticCraft Acid Etcher Won't Accept Acid in Current Version of the Mod [(\#103)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/103) +- Occultism: Dimensional Storage lost all inventory [(\#94)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/94) +- EvilCraft: using Purifier with Blook on Enchanted Book crashes the game [(\#88)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/88) +- Occultism: Unable to auto-pull materials to craft from Dimensional Storage [(\#85)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/85) +- Find Me: Not working with non-vanilla storage/blocks [(\#82)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/82) +- Cannot lock Extended Industrialization slots from EMI [(\#79)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/79) ### Enigmatica 10 1.9.0 diff --git a/automation/settings.cfg b/automation/settings.cfg index e4b4dbda..251c9135 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.0.166; \ No newline at end of file +FORGEVER=21.1.31; \ No newline at end of file diff --git a/automation/settings.ps1 b/automation/settings.ps1 index afaa32e9..0d0ee83f 100644 --- a/automation/settings.ps1 +++ b/automation/settings.ps1 @@ -29,11 +29,11 @@ $MODPACK_NAME = "Enigmatica10" $CLIENT_NAME = "Enigmatica10" # Version Of The Modpack -$MODPACK_VERSION = "1.9.0" +$MODPACK_VERSION = "1.10.0" # Last Version Of The Modpack # Needed For Changelog Parsing -$LAST_MODPACK_VERSION = "1.8.0" +$LAST_MODPACK_VERSION = "1.9.0" # =====================================================================// # CHANGELOG SETTINGS @@ -56,7 +56,7 @@ $CLIENT_CHANGELOG = "The Changelog is currently being written." # @(7722) - is Minecraft 1.15.2 # @(8134) - is Minecraft 1.16.4 # More can be found by running GetGameVersions -$GAME_VERSIONS = @(11457) +$GAME_VERSIONS = @(11779) #$GAME_VERSIONS = @(11779) 1.21.1 # Can be "alpha", "beta" or "release" diff --git a/config/bcc-common.toml b/config/bcc-common.toml index cd90600a..4da9cafc 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.9.0" + modpackVersion = "1.10.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 9ad9c3b5..69d917de 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.0.166 + loaderVersion: 21.1.31 # If a custom installer is supposed to used, specify the url here: (Otherwise put "", ~ or null here) # supports variables: {{@loaderversion@}} and {{@mcversion@}}