options-profiles/settings.gradle
axolotlmaid 2690515316 Add Neoforge and upgrade template
Forge is not working but I can't really do anything about it
2024-06-02 17:27:15 +01:00

15 lines
373 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
include("common")
include("fabric")
include("forge")
include("neoforge")
rootProject.name = "optionsprofiles-v1.2.1-1.20.6"