From e0e1c42af43e6153a2b8990a0d43508dfe7a7483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Fri, 6 Dec 2024 19:39:48 +0100 Subject: [PATCH] release prep --- CHANGELOG.md | 14 ++++++++++++-- automation/settings.cfg | 2 +- config/bcc-common.toml | 2 +- server_files/server-setup-config.yaml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250504f2..b000306a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ - - ### Enigmatica 10 1.14.0 +NeoForge-1.21.1-21.1.83 | [Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/changelog_mods_1.14.0.md) | [Modlist](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/modlist_1.14.0.md) + **We've decided to remove Tectonic** because it was messing with structure spawning (Ars structures spawning in the ocean for example) If you prefer to play with Tectonic (and avoid **ugly chunk borders near new terrain**), feel free to add it back. It's only required serverside for multiplayer. +#### ✔️ Added Mods + +#### ❌ Removed Mods + #### ⭐ Improvements - Custom flight potion no longer craftable. Switched to superior potion of flying from Apotheosis [(\#213)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/213) @@ -31,6 +35,12 @@ If you prefer to play with Tectonic (and avoid **ugly chunk borders near new ter - Fix output rates for many EIO Sag Mill recipes [(\#241)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/241) - Fix missing coal tags [(\#251)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/251) - Fix JDT Bow enchantability [(\#255)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/255) +- [Bug] C:gems/coal used incorrectly [(\#250)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/250) +- Discord presence says Enigmatica 9 [(\#242)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/242) +- [Extreme Reactors] some Fluidizer dont have recipes in EMI [(\#228)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/228) +- The various Experience types aren't intercompatible [(\#224)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/224) +- E10: Just Dire Things Bows not accepting some enchants [(\#212)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/212) +- Nature's aura book is in @patchouli mod's jei but has no recipe but book works fine if cheated in [(\#176)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/176) --- diff --git a/automation/settings.cfg b/automation/settings.cfg index 3b222eec..4b58ad79 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.74; \ No newline at end of file +FORGEVER=21.1.83; \ No newline at end of file diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 7e74d3aa..0220e615 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.13.0" + modpackVersion = "1.14.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 3a1a68b6..64c17b64 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.74 + loaderVersion: 21.1.83 # If a custom installer is supposed to used, specify the url here: (Otherwise put "", ~ or null here) # supports variables: {{@loaderversion@}} and {{@mcversion@}}