mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-13 01:35:09 +01:00
- Fixed #15 - Allow blocks to replace rocks and sticks (closes #43) - Added unifiedPublishing for a better workflow
11 lines
233 B
Groovy
Executable File
11 lines
233 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|