Architectury port

because why not
This commit is contained in:
Martin Prokoph
2024-07-07 22:26:59 +02:00
parent d91ced885d
commit 2a03dd78fb
22 changed files with 402 additions and 123 deletions

View File

@@ -1,11 +1,15 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.neoforged.net/releases" }
gradlePluginPortal()
}
}
include("common")
include("fabric")
//include("quilt")
include("neoforge")
rootProject.name = "swordblocking"