Skip to content

Commit

Permalink
Jitpack better work I stg
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoDistant committed Jan 5, 2024
1 parent f2a184c commit 7f6ac94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ repositories {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url 'https://www.jitpack.io' }
mavenCentral()
mavenLocal()
}

dependencies {
//implementation("java.minicraft:minicraft-plus:${project.minicraftplus_version}")
// Until I get import fixed..
implementation files("run/minicraft-plus-2.2.0-dev4.jar")
implementation 'com.github.MinicraftPlus:minicraft-plus-revived:2.2.0-dev4'
implementation 'io.github.pseudodistant:MinicraftGameProvider:1.2.0'
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
implementation "net.fabricmc:sponge-mixin:0.11.0+mixin.0.8.5"
Expand Down

0 comments on commit 7f6ac94

Please sign in to comment.