update reg

This commit is contained in:
lcy0x1
2024-06-24 19:26:13 +08:00
parent ec06408563
commit 71cff815cd
8 changed files with 219 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ if (lljij.toBoolean()) {
dependencies {
//annotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
//compileOnly fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
compileOnly "com.tterrag.registrate:Registrate:${registrate_version}"
if (rootMod.toBoolean()) {
//jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: "[MC1.20,MC1.21)")
}
@@ -125,9 +125,6 @@ repositories {
flatDir {
dirs 'libs'
}
maven { // Registrate
url "https://maven.tterrag.com/"
}
maven {
url = "https://maven.theillusivec4.top/"
}