Skip to content

Commit

Permalink
remove fixme temp
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jun 17, 2024
1 parent 99edb31 commit 3355c39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,10 @@ defaultPackageInfos {
sources(api, lib, backend, main)
}

// fixme temp
repositories {
maven("https://maven.ithundxr.dev/hidden")
}

dependencies {
modImplementation("net.fabricmc:fabric-loader:${property("fabric_loader_version")}")
modApi("net.fabricmc.fabric-api:fabric-api:${property("fabric_api_version")}")

// fixme temp
modImplementation("net.fabricmc.fabric-api:fabric-model-loading-api-v1:1.0.14+local+3af655b33f") { isTransitive = false }

modCompileOnly("maven.modrinth:sodium:${property("sodium_version")}")
modCompileOnly("maven.modrinth:iris:${property("iris_version")}")

Expand Down

0 comments on commit 3355c39

Please sign in to comment.