forked from FabricMC/fabric
099c1e8b8c
- Fix #199 Vanilla Bug: Glowstone creates AO shade - Fix #289 Rendering on the Cutout and Transparent Layers together interferes with water rendering - Fix #290 Smooth lighting breaks on continuous angled surfaces - Fix #291 QuadEmitter not cleared on MeshBuilder.build() - Fix #292 Render context QuadEmitter crash with flat lighting - Fix #293 Relax vertex order requirements for modded quads - Fix swapped color components for grass and other blocks - Add option to partially support non-standard vertex formats
7 lines
248 B
Groovy
7 lines
248 B
Groovy
archivesBaseName = "fabric-renderer-indigo"
|
|
version = getSubprojectVersion(project, "0.1.8")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-renderer-api-v1', configuration: 'dev')
|
|
}
|