Remove unused stuff

This commit is contained in:
TomTheFurry
2022-03-09 16:21:44 +08:00
parent eb3d8d9da5
commit c4e2d3fb0f
+3 -1
View File
@@ -9,7 +9,6 @@ buildscript {
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.10.0-SNAPSHOT" apply false
id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha"
}
apply plugin: JarMergerPlugin
@@ -77,6 +76,9 @@ allprojects { p ->
mavenCentral()
// used to download and compile dependencies from git repos
maven { url 'https://jitpack.io' }
// For Manifold Preprocessor
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
// Required for importing Modrinth mods
maven {