Add Neoforge and upgrade template

Forge is not working but I can't really do anything about it
This commit is contained in:
axolotlmaid 2024-06-02 17:27:15 +01:00
parent f0cebb6252
commit 2690515316
20 changed files with 227 additions and 212 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://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
@ -10,5 +10,6 @@ pluginManagement {
include("common")
include("fabric")
include("forge")
include("neoforge")
rootProject.name = "optionsprofiles-v1.2.1-1.20.6"