mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
d2e3099f39
Includes a work around for the funky rendering issues, this will need looking into some more.
6 lines
176 B
Groovy
6 lines
176 B
Groovy
archivesBaseName = "fabric-renderer-api-v1"
|
|
version = getSubprojectVersion(project, "0.2.5")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|