mirror of
https://github.com/TeamMidnightDust/CustomSplashScreen.git
synced 2025-12-11 13:55:10 +01:00
- Only the required textures are now loaded on startup -> Faster startup, less RAM usage - Removed Boss Bar loading bar design, as it became a huge maintenance burden - Added unifiedPublishing to streamline update deployment
12 lines
251 B
Groovy
12 lines
251 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|