Skip to content

Commit

Permalink
fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 10, 2023
1 parent 15c4298 commit fa35baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {
classpath("org.kohsuke:github-api:+")

// remove these 2 to get normal fabric loom versions
classpath(files("libs/fabric-loom-1.5.local.jar"))
classpath("net.fabricmc:mapping-io:+")
//classpath(files("libs/fabric-loom-1.5.local.jar"))
//classpath("net.fabricmc:mapping-io:+")
}
}

Expand Down Expand Up @@ -261,7 +261,6 @@ tasks {
properties["protocol_version"] = protocol_version
properties["minecraft_version"] = "~$minecraft_version-"

properties["fabric_loader_version"] = ">=0.14.22"
properties["fabric_api_version"] = ">=$fabric_api_version"
properties["frozenlib_version"] = ">=${frozenlib_version.split('-').firstOrNull()}-"

Expand Down
Binary file modified libs/fabric-loom-1.5.local.jar
Binary file not shown.

0 comments on commit fa35baf

Please sign in to comment.