Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 6, 2024
1 parent b9b6bcc commit e0e1c42
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion automation/settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN_FROM_BAD_FOLDER=0;

MODPACK_NAME=Enigmatica 10;
MCVER=1.21.1;
FORGEVER=21.1.74;
FORGEVER=21.1.83;
2 changes: 1 addition & 1 deletion config/bcc-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion server_files/server-setup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@}}
Expand Down

0 comments on commit e0e1c42

Please sign in to comment.