Skip to content

Commit

Permalink
Expose forgified fabric loader as compile dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jul 26, 2024
1 parent 79a4c2b commit 7e7dec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ allprojects {
dependencies {
// Include Forgified Fabric Loader
include("org.sinytra:forgified-fabric-loader:$versionForgifiedFabricLoader:full")
api("org.sinytra:forgified-fabric-loader:$versionForgifiedFabricLoader")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion ffapi.gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loom.platform=neoforge
fabric.loom.dontRemap=true

implementationVersion=2.0.7
implementationVersion=2.0.8

versionMc=1.21
versionForge=21.0.133-beta
Expand Down

0 comments on commit 7e7dec3

Please sign in to comment.