
- Implemented BiomeRod for biome transformation with configurable radius. - Updated configuration files and resource handling. - Integrated reload command for dynamic biome mapping updates.
11 lines
No EOL
249 B
Groovy
11 lines
No EOL
249 B
Groovy
pluginManagement {
|
|
plugins {
|
|
id 'org.jetbrains.kotlin.jvm' version '2.1.21'
|
|
}
|
|
}
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
|
}
|
|
rootProject.name = 'UsefulSkyblock'
|
|
|
|
include 'annotation-processor' |