MinecraftPluginUtils/settings.gradle.kts

7 lines
92 B
Plaintext

rootProject.name = "MinecraftPluginUtils"
include(
"core",
"v1_20_1",
"v1_21"
)