Files
ItemRespawnUtil/settings.gradle

10 lines
151 B
Groovy
Raw Normal View History

2025-08-13 14:27:27 -04:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}