forked from FabricMC/fabric
175d0eb82e
Fixes flower and other blocks always rendering in the center of the block
7 lines
249 B
Groovy
7 lines
249 B
Groovy
archivesBaseName = "fabric-renderer-indigo"
|
|
version = getSubprojectVersion(project, "0.2.21")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-renderer-api-v1', configuration: 'dev')
|
|
}
|