usefulskyblock/settings.gradle
Nick Guy c869fdefb1 Add BiomeRod feature.
- Implemented BiomeRod for biome transformation with configurable radius.
- Updated configuration files and resource handling.
- Integrated reload command for dynamic biome mapping updates.
2025-07-29 21:34:56 +01:00

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'