Work more on migrations to 1.21

This commit is contained in:
zontreck 2025-02-23 01:02:03 -07:00
parent 922f89d14c
commit ddc7fa9952
16 changed files with 480 additions and 212 deletions

View file

@ -1,10 +1,14 @@
pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
rootProject.name = 'ariasessentials'
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
rootProject.name = 'ariasessentials'