Skip to content

Commit

Permalink
depend on fabric api
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Oct 12, 2023
1 parent 0ab70f5 commit 9c7bd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group = lol.bai
majorVersion = 0

fabricLoader = 0.14.22
fabricApi = 0.90.0+1.20.2
forge = 48.0.1

cf.projectId = 615134
Expand Down
1 change: 1 addition & 0 deletions platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {
mappings(loom.officialMojangMappings())

modImplementation("net.fabricmc:fabric-loader:${rootProp["fabricLoader"]}")
modImplementation("net.fabricmc.fabric-api:fabric-api:${rootProp["fabricApi"]}")
}

loom {
Expand Down

0 comments on commit 9c7bd74

Please sign in to comment.