Skip to content

Commit

Permalink
Do not include FRAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Oct 26, 2024
1 parent f9ccd7d commit 8f53419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ dependencies {
compileOnly(project.project(":common").sourceSets.getByName("vendored").output)
compileOnly(project.project(":common").sourceSets.getByName("headers").output)
compileOnly(project.project(":common").sourceSets.getByName("api").output)
includeDep("org.sinytra.forgified-fabric-api:fabric-api-base:0.4.42+d1308ded19")
includeDep("net.fabricmc:fabric_renderer_api_v1:3.3.0+1.21.2-pre1")
includeDep("org.sinytra.forgified-fabric-api:fabric-rendering-data-attachment-v1:0.3.48+73761d2e19")
includeDep("org.sinytra.forgified-fabric-api:fabric-block-view-api-v2:1.0.10+9afaaf8c19")
runtimeOnly("org.sinytra.forgified-fabric-api:fabric-api-base:0.4.42+d1308ded19")
runtimeOnly("net.fabricmc:fabric_renderer_api_v1:3.3.0+1.21.2-pre1")
runtimeOnly("org.sinytra.forgified-fabric-api:fabric-rendering-data-attachment-v1:0.3.48+73761d2e19")
runtimeOnly("org.sinytra.forgified-fabric-api:fabric-block-view-api-v2:1.0.10+9afaaf8c19")

implementation("maven.modrinth", "sodium", "mc1.21.2-0.6.0-beta.3-neoforge")
includeAdditional("io.github.douira:glsl-transformer:2.0.1")
Expand Down

0 comments on commit 8f53419

Please sign in to comment.