Port to 1.20.4 & Migrate to NeoForge

This commit is contained in:
Martin Prokoph
2024-02-22 14:23:17 +01:00
parent 1877e7d65d
commit 41a4ddf633
16 changed files with 65 additions and 88 deletions

View File

@@ -2,7 +2,7 @@ pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
maven { url "https://maven.neoforged.net/releases" }
gradlePluginPortal()
}
}
@@ -10,7 +10,7 @@ pluginManagement {
include("common")
include("fabric-like")
include("fabric")
include("quilt")
include("forge")
//include("quilt")
include("neoforge")
rootProject.name = "cullleaves"