Skip to content

Commit

Permalink
Bump loom, fetch client from Mojang
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamarine committed Nov 7, 2022
1 parent aa6959c commit 7d5eb48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'babric-loom' version '0.12-SNAPSHOT'
id 'babric-loom' version '1.0.+'
id 'java'
}

Expand Down Expand Up @@ -39,13 +39,21 @@ repositories {
}
metadataSources { artifact() }
}
ivy {
url = "https://piston-data.mojang.com"
patternLayout {
artifact "v1/[organisation]/[revision]/[module].jar"
m2compatible = true
}
metadataSources { artifact() }
}
}

dependencies {
minecraft "bta-download-repo:bta:${project.bta_version}"
mappings loom.layered() {}

modRuntimeOnly files("libs/minecraft-client-base.jar")
modRuntimeOnly "objects:client:43db9b498cb67058d2e12d394e6507722e71bb45" // https://piston-data.mojang.com/v1/objects/43db9b498cb67058d2e12d394e6507722e71bb45/client.jar
modImplementation "babric:fabric-loader:${project.loader_version}"

modImplementation "org.slf4j:slf4j-api:1.8.0-beta4"
Expand Down
Binary file removed libs/minecraft-client-base.jar
Binary file not shown.

0 comments on commit 7d5eb48

Please sign in to comment.