forked from FabricMC/fabric
02a46d5b29
Big thanks to Grondag and Player for all the pain and trouble we all went through.
6 lines
189 B
Groovy
6 lines
189 B
Groovy
archivesBaseName = "fabric-rendering-data-attachment-v1"
|
|
version = getSubprojectVersion(project, "0.1.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|