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