loom update

2.x
Szum123321 2022-08-31 23:00:48 +02:00
parent b908e651a1
commit 2bde644c76
1 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.12-SNAPSHOT' id 'fabric-loom' version '1.0-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }
@ -13,12 +13,7 @@ group = project.maven_group
repositories{ repositories{
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url "https://maven.shedaniel.me/" } maven { url "https://maven.shedaniel.me/" }
maven { maven { url "https://maven.terraformersmc.com/releases/" }
url "https://maven.terraformersmc.com/releases/"
content {
includeGroup "com.terraformersmc"
}
}
mavenCentral() mavenCentral()
} }