Skip to content

Commit

Permalink
Merge pull request #3199 from AllTheMods/Staging
Browse files Browse the repository at this point in the history
Release 1.9.1
  • Loading branch information
jeremiahwinsley authored Jan 23, 2024
2 parents d98d66f + 877dd33 commit 7a9d342
Show file tree
Hide file tree
Showing 12 changed files with 2,100 additions and 102 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Modpack Version
description: What version of the pack are you using?
options:
- 1.9.1
- 1.9.0
- 1.8.28
- other
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body:
label: Modpack Version
description: What version of the pack are you using?
options:
- 1.9.1
- 1.9.0
- 1.8.28
- other
Expand Down
2 changes: 2 additions & 0 deletions changelog/1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Release 1.9.0

### Mod Additions
- AEInfinityBooster-1.16.5-1.0.0+12.jar
- embeddium-0.2.7+mc1.16.5.jar
Expand Down
17 changes: 17 additions & 0 deletions changelog/1.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Release 1.9.1

### Mod Updates
- embeddium-0.2.9+mc1.16.5.jar
- EquipmentCompare-1.16.5-1.2.7.jar
- Iceberg-1.16.5-1.0.41.jar
- JustEnoughResources-1.16.5-0.12.1.133.jar
- modernfix-forge-5.9.3+mc1.16.5.jar
### Mod Removals
- logprot-1.16-1.6.jar

### Other Changes
- remove Login Protection due to immortality bug
- add Draconic Evolution quest line (Seg)
- Blood Magic quest updates (Laithur)
- fix Resonating Gem recipe tags
- clean up Oculus debug logging
2 changes: 1 addition & 1 deletion config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
[packversionmin]
minor = 9
[packversionminrev]
minorrev = 0
minorrev = 1
1 change: 1 addition & 0 deletions config/delogger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"DebugFile"
],
"loggers": [
"net.minecraft.client.renderer.GlDebugTextUtils",
"net.minecraft.client.renderer.model.BlockModel",
"net.minecraft.client.renderer.texture.AtlasTexture",
"com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService",
Expand Down
Loading

0 comments on commit 7a9d342

Please sign in to comment.