fabric/fabric-renderer-indigo/build.gradle
shartte 28388fadd8 Indigo Flat-Shading Lighting Fix (#898)
* Make Indigo more closely aligned with vanilla's behavior when
rendering flat-shaded quads. Use the cull-face (if present)
to determine where the light-value is being sampled from,
and use the light-face to apply diffuse lighting.

* Bump Indigo version to 0.3.4
2020-07-20 19:37:34 +01:00

7 lines
248 B
Groovy

archivesBaseName = "fabric-renderer-indigo"
version = getSubprojectVersion(project, "0.3.4")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
compile project(path: ':fabric-renderer-api-v1', configuration: 'dev')
}