mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
loom update
This commit is contained in:
parent
2e02d67c8e
commit
5a09a2f2f2
1 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.6-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,7 @@ base {
|
|||
repositories {
|
||||
maven { url "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url "https://maven.isxander.dev/releases" }
|
||||
maven { url "https://maven.isxander.dev/snapshots" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -23,11 +24,7 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
modImplementation ("dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}") {
|
||||
exclude(group: "org.quiltmc.parsers")
|
||||
exclude(group: "com.twelvemonkeys.common")
|
||||
exclude(group: "com.twelvemonkeys.imageio")
|
||||
}
|
||||
modImplementation ("dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue