Files
MeteorPlus/settings.gradle
Danilov Roman e1579514db Baritone integrate to Journer Map
Added goto to map and waypoints in Journey Map
2023-07-30 08:58:05 +05:00

11 lines
152 B
Groovy

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