Ported from 1.20.1 source with 1.18.2 API changes (TextComponent, sendMessage w/ UUID, getPlayer). Both compile clean on Java 17 + ForgeGradle 6.0 + Gradle 8.8. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
172 B
Groovy
9 lines
172 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.minecraftforge.net/' }
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'firefrostrules'
|