mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-08 00:31:39 +01:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
dependencies {
|
|
implementation(projects.viabackwardsCommon)
|
|
compileOnly(libs.fabricLoader)
|
|
compileOnly(libs.log4j)
|
|
}
|