mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 09:38:08 -05:00
a5d709c3e1
* Make whitespace more consistent with Fabric norms * Remove implementation of disabled multi-sprite quad feature * Simplify quad header encoding - most attributes are now directly encoded to array data * Simplify material encoding - exploiting low number of possible materials * Add minimal validations related to sprite index * Codify magic numbers and make derivations more clear/explicit * Fix defect #374 * Bump patch versions * Use unmodified vanilla AO calculator
7 lines
248 B
Groovy
7 lines
248 B
Groovy
archivesBaseName = "fabric-renderer-indigo"
|
|
version = getSubprojectVersion(project, "0.2.1")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-renderer-api-v1', configuration: 'dev')
|
|
}
|