Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Mar 20, 2024
1 parent 11ffa40 commit b866e77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ dependencies {


// Fabric API
modImplementation(fabricApi.module("fabric-api-base", project.fabric_version))
modImplementation(fabricApi.module("fabric-block-view-api-v2", project.fabric_version))
modImplementation(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))
//modImplementation(fabricApi.module("fabric-api-base", project.fabric_version))
//modImplementation(fabricApi.module("fabric-block-view-api-v2", project.fabric_version))
//modImplementation(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))

modImplementation("net.fabricmc.fabric-api:fabric-rendering-data-attachment-v1:0.3.40+73761d2e3b")
modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))
//modImplementation("net.fabricmc.fabric-api:fabric-rendering-data-attachment-v1:0.3.40+73761d2e3b")
//modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))

modImplementation "maven.modrinth:embeddium:0.3.9+mc1.20.1"
modCompileOnly "maven.modrinth:oculus:1.20.1-1.6.15a"
Expand Down

0 comments on commit b866e77

Please sign in to comment.