Skip to content

Commit

Permalink
prep for 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 9, 2025
1 parent 84fb4a9 commit d0f624d
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

---

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

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

0 comments on commit d0f624d

Please sign in to comment.