Skip to content

Commit

Permalink
1.13.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 13, 2024
1 parent e3280c2 commit aa70e6a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Enigmatica 10 1.13.0

NeoForge-1.21.1-21.1.74 | [Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/changelog_mods_1.13.0.md) | [Modlist](https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/changelogs/modlist_1.13.0.md)

#### ✔️ Added Mods

#### ❌ Removed Mods

#### ⭐ Improvements

- Rice Slime Balls now count as slime balls for more recipes [\#196](https://github.com/EnigmaticaModpacks/Enigmatica10/pull/196)
Expand All @@ -22,6 +28,9 @@
- Fix missing Lignite crushing recipes [(\#205)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/205)
- Fix NA quests not giving aura [(\#211)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/211)
- Fix budding tags for growth acceleration and golems [(\#211)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/211)
- E10: Genetics Resequenced - Water Breathing gene not working [(\#207)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/207)
- E10: AA power gen buffers deplete when turned off and not actively powering anything [(\#194)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/194)
- server restart halts at error from inventory sorter (known issue on their end) [(\#185)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/185)

---

Expand Down Expand Up @@ -62,6 +71,7 @@ NeoForge-1.21.1-21.1.72 | [Mod Updates](https://github.com/EnigmaticaModpacks/En
#### 🦟 Bugs Fixed

- Evilcraft entangled chalice has no recipe in EMI but is craftable [(\#190)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/190)
- MOTD does not display (stuck on 'Pinging...') [(\#158)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/158)

---

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.72;
FORGEVER=21.1.74;
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.12.0"
modpackVersion = "1.13.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.72
loaderVersion: 21.1.74

# 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 aa70e6a

Please sign in to comment.