mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-15 12:35:10 +01:00
Update to 1.17-pre1 and Java 16 Use MidnightLib for configuration, makes the config gui cleaner and accessable without modmenu
11 lines
195 B
Groovy
Executable File
11 lines
195 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|