mc_rebalance/settings.gradle
patience 028213acf7
Some checks are pending
build / build (push) Waiting to run
New version for Fabric 1.21
Doesn't have some things that can now be handled using data, e.g. equipment

Certain other changes are upcoming, however
2026-01-27 02:21:56 +00:00

10 lines
151 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}