port to forge

This commit is contained in:
Liz Graham
2024-05-31 09:47:31 +01:00
parent 4e1a122289
commit d858112bf5
25 changed files with 600 additions and 457 deletions

View File

@@ -1,10 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
rootProject.name = 'cavedust'