Skip to content

Commit

Permalink
Update tetra
Browse files Browse the repository at this point in the history
  • Loading branch information
yuesha-yc committed Dec 12, 2024
1 parent 0fdb258 commit 69aea96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ dependencies {
noDatagenRuntimeOnly fg.deobf("dev.ftb.mods:ftb-quests-forge:${ftb_quests_version}")

// Tetra
compileOnly fg.deobf("curse.maven:tetra-289712:5544287")
// noDatagenRuntimeOnly fg.deobf("curse.maven:tetra-289712:5544287") // somehow, when datagening, you must set to compileOnly
compileOnly fg.deobf("curse.maven:tetra-289712:5957838")
// noDatagenRuntimeOnly fg.deobf("curse.maven:tetra-289712:5957838") // somehow, when datagening, you must set to compileOnly
//
compileOnly fg.deobf("curse.maven:mutil-351914:4824501")

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,9 @@ Evan
ordering="BEFORE"
side="BOTH"

[[dependencies.frostedheart]]
modId="tetra"
mandatory=false
versionRange="[6.6.0,)"
ordering="BEFORE"
side="BOTH"

0 comments on commit 69aea96

Please sign in to comment.