Skip to content

Commit

Permalink
prep for 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 1, 2024
1 parent e51f066 commit b5eeb05
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

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.0.166;
FORGEVER=21.1.31;
6 changes: 3 additions & 3 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
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.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
Expand Down
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.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@}}
Expand Down

0 comments on commit b5eeb05

Please sign in to comment.