From d0f624d0863945ac297b602af2904361d908e582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Thu, 9 Jan 2025 21:39:13 +0100 Subject: [PATCH] prep for 1.16.0 --- CHANGELOG.md | 13 +++++++++++++ automation/settings.cfg | 2 +- config/bcc-common.toml | 2 +- server_files/server-setup-config.yaml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ef2b5a..74f1cfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Enigmatica 10 1.16.0 +NeoForge-1.21.1-21.1.90 | [Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/changelog_mods_1.16.0.md) | [Modlist](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/modlist_1.16.0.md) + +#### ✔️ Added Mods + +#### ❌ Removed Mods + #### ⭐ Improvements - Occultism quests now mention how to fortune Iesnium [(\#313)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/313) @@ -27,6 +33,13 @@ - Remove now redundant tooltips from Iron's equipment [(\#314)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/314) - Combiner ore dupe loop has been closed [(\#317)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/317) - Uranium may once again be used as a heat source for PNC [(\#348)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/348) +- Ars Nouveau Tier not showing in tool tip [(\#326)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/326) +- Crude oil products for sale in amadron tablet not unified [(\#315)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/315) +- Iron's Piglin Alchemist causes hard crash when JDT Creature Capturer is used on it [(\#295)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/295) +- oritech atomic forge and lasers - weird power issues and status/info of said power [(\#292)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/292) +- Jade no longer displays energy [(\#288)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/288) +- Genetics: Resequenced - crafting recipe for Antiplasmid not working [(\#283)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/283) +- Actuallyadditions:flax block has no tags [(\#282)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/282) --- diff --git a/automation/settings.cfg b/automation/settings.cfg index 4b58ad79..b0c1f8da 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.83; \ No newline at end of file +FORGEVER=21.1.90; \ No newline at end of file diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 29b32b8b..b28efd62 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.15.0" + modpackVersion = "1.16.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 4e8ee3c4..e7b30506 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.83 + loaderVersion: 21.1.90 # If a custom installer is supposed to used, specify the url here: (Otherwise put "", ~ or null here) # supports variables: {{@loaderversion@}} and {{@mcversion@}}