Skip to content

Commit

Permalink
Coremods
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Apr 27, 2024
1 parent 25a56da commit d889f90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion coremods/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ plugins {
}

repositories {
mavenLocal()
maven { url = 'https://maven.neoforged.net/releases' }
maven {
name 'Mojang'
url 'https://libraries.minecraft.net'
}
mavenCentral()
}

java {
Expand Down

0 comments on commit d889f90

Please sign in to comment.