Skip to content

Commit

Permalink
chore: enable theurgy runtime dep for book datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 21, 2024
1 parent 5900e7b commit ab178e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {

//theurgy
compileOnly ("com.klikli_dev:theurgy-${minecraft_version}-neoforge:${theurgy_version}") {transitive=false}
// runtimeOnly ("com.klikli_dev:theurgy-${minecraft_version}-neoforge:${theurgy_version}") {transitive=false}
runtimeOnly ("com.klikli_dev:theurgy-${minecraft_version}-neoforge:${theurgy_version}") {transitive=false}

// emi
compileOnly ("dev.emi:emi-neoforge:${emi_version}:api") {transitive=false}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ almost_unified_version=0.5.0
almost_unified_version_range=[0.5.0,)
modonomicon_version=1.99.1
modonomicon_version_range=[1.95.0,)
theurgy_version=1.47.1
theurgy_version=1.52.0
theurgy_version_range=[1.47.1,)
per_viam_invenire_version_range=[0.1.57,)
emi_version=1.1.12+1.21
Expand Down

0 comments on commit ab178e5

Please sign in to comment.