2025-09-28 00:54:47 -04:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
|
|
|
maven { url "https://maven.architectury.dev/" }
|
|
|
|
|
maven { url "https://files.minecraftforge.net/maven/" }
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-09-28 17:20:41 -04:00
|
|
|
rootProject.name = "Better Lodestones"
|
2025-09-28 00:54:47 -04:00
|
|
|
|
2025-09-28 17:20:41 -04:00
|
|
|
include('common')
|
|
|
|
|
include('fabric')
|
|
|
|
|
include('neoforge')
|