Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Feb 24, 2024
2 parents ae742ba + 455a388 commit 28bcbc3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ $MODPACK_NAME = "Enigmatica9"
$CLIENT_NAME = "Enigmatica9"

# Version Of The Modpack
$MODPACK_VERSION = "1.19.0"
$MODPACK_VERSION = "1.19.1"

# Last Version Of The Modpack
# Needed For Changelog Parsing
$LAST_MODPACK_VERSION = "1.18.0"
$LAST_MODPACK_VERSION = "1.19.0"

# =====================================================================//
# CHANGELOG SETTINGS
Expand Down
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Enigmatica 9 v1.19.1

🚀 Forge-1.19.2-43.2.14 | [📜 Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica9/blob/master/changelogs/changelog_mods_1.19.1.md) | [📋 Modlist](https://github.com/EnigmaticaModpacks/Enigmatica9/blob/master/changelogs/modlist_1.19.1.md)

### 🌟 Improvements

- Remove Entangled restrictions on AE2 [\#877](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/877)

### 🐛 Fixed Bugs

- [Expert] Remove reference to wool in Create Windmill quest [\#874](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/874)
- Fix teleportation between dimensions not working

---

### Enigmatica 9 v1.19.0

🚀 Forge-1.19.2-43.2.14 | [📜 Mod Updates](https://github.com/EnigmaticaModpacks/Enigmatica9/blob/master/changelogs/changelog_mods_1.19.0.md) | [📋 Modlist](https://github.com/EnigmaticaModpacks/Enigmatica9/blob/master/changelogs/modlist_1.19.0.md)
Expand Down
3 changes: 0 additions & 3 deletions config/ftbquests/quests/chapters/create_expert.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@
{
Count: 1b
id: "itemfilters:tag"
tag: {
value: "forge:wool"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ServerEvents.tags('block', (event) => {
event.removeAll('entangled:invalid_targets');
});
2 changes: 1 addition & 1 deletion minecraftinstance.json

Large diffs are not rendered by default.

0 comments on commit 28bcbc3

Please sign in to comment.