Skip to content

Commit

Permalink
Downgrade LLibrary version
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Sep 28, 2024
1 parent a316ac5 commit 4fb2de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ dependencies {
deobfCompile "baubles:Baubles:${minecraft_sub_version}:${baubles_version}"
deobfCompile "thaumcraft:Thaumcraft:${minecraft_version}:${thaumcraft_version}"

compileOnly "curse.maven:llibrary-243298:3116493"
// LLibrary must be 1.7.9 or it'll crash during testing
compileOnly "curse.maven:llibrary-243298:2504999"
deobfCompile "curse.maven:mowzies-mobs-250498:3048685"

deobfCompile "curse.maven:constructs-armory-287683:3174535"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/twilightforest/lang/en_us.lang
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#PARSE_ESCAPES

itemGroup.twilightForest=Twilight Forest (Hexxit II)
itemGroup.twilightForest=Hexxit's Twilight Forest

# ADVANCEMENTS
advancement.twilightforest.root.desc=Enter the mysterious magical woodlands; the Twilight Forest.
Expand Down

0 comments on commit 4fb2de4

Please sign in to comment.