mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-13 06:35:09 +01:00
- Port to 1.21 - Neoforge support - Multiple shooting stars at the same time - Stellar nights based on moon phase -> Increased shooting star rate - Stars now move linearly instead of rotating - Serverside-mode using Polymer
16 lines
450 B
Groovy
Executable File
16 lines
450 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.neoforged.net/releases" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
//include("quilt") // Native quilt support is disabled atm, as the Quilt libraries are currently in maintenance mode
|
|
include("neoforge")
|
|
|
|
rootProject.name = "celestria"
|