Convert project to architectury

This commit is contained in:
zontreck 2024-10-09 21:59:58 -07:00
parent 19b122990c
commit 44eb9d1d9c
10 changed files with 131 additions and 338 deletions

View file

@ -1,14 +1,10 @@
pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
rootProject.name = 'libzontreck'