Skip to content

Commit

Permalink
fix JEI crash (#854) (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
screret authored Jan 30, 2024
1 parent 778582c commit 0f8fde4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Version: 1.1.2
- fixed all chest loot having NBT applied to it
- fixed drill body texture being colored wrong
- fixed addon lang generator failing if you try to override an autogenerated value
- fixed bed recipes with `harderMiscRecipes` config being enabled
- fixed bed recipes with `harderMiscRecipes` config being enabled
- fixed crash with JEI
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencyResolutionManagement {
def architecturyLoomVersion = "1.0-SNAPSHOT"
def vineFlowerVersion = "1.+"
def macheteVersion = "1.+"
def ldLibVersion = "1.0.22.b"
def ldLibVersion = "1.0.23"
def mixinextrasVersion = "0.2.0"

forge {
Expand Down

0 comments on commit 0f8fde4

Please sign in to comment.