2024-12-23 17:23:34 +01:00
|
|
|
plugins {
|
|
|
|
id "vfp.base-conventions"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-12-24 18:00:44 +01:00
|
|
|
compileOnly "com.viaversion:viaversion-common:${project.viaversion_version}"
|
|
|
|
compileOnly "net.raphimc:ViaLoader:${project.vialoader_version}"
|
2024-12-23 17:23:34 +01:00
|
|
|
}
|