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