mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 13:41:33 +00:00
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
plugins {
|
|
id("lgbt.mystic.foundation.concrete-root")
|
|
}
|
|
|
|
concrete {
|
|
minecraftServerPath.set("server")
|
|
paperVersionGroup.set("1.19")
|
|
paperApiVersion.set("1.19-R0.1-SNAPSHOT")
|
|
}
|