You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Uniform/settings.gradle

24 lines
413 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://maven.fabricmc.net/' }
}
}
6 months ago
rootProject.name = 'Uniform'
include(
'common',
// Server Plugins
'paper',
// Proxy Plugins
'velocity',
// Fabric Server-Side Mods
'fabric-1.20.1',
'fabric-1.20.6',
// Example plugin
'example-plugin'
)