This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Thresholds/settings.gradle
Tara e7e08902f0 Add item lore data for special stats.
Adds spawn egg drop chance
Adds custom enchantment
2023-01-22 03:53:16 -07:00

7 lines
No EOL
213 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}