|
@@ -27,6 +27,7 @@ repositories {
|
|
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
|
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
|
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
|
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
|
// for more information about repositories.
|
|
// for more information about repositories.
|
|
|
|
+ maven { url = 'https://maven.nucleoid.xyz/' }
|
|
}
|
|
}
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
@@ -36,6 +37,7 @@ dependencies {
|
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
|
|
|
|
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
|
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
|
|
|
+ modImplementation 'xyz.nucleoid:fantasy:0.6.5+1.21.2'
|
|
}
|
|
}
|
|
|
|
|
|
processResources {
|
|
processResources {
|