mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
5d32f58344
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. Also do not force the light-face to be set to the cull-face, since some blocks use faces where these are both set and different (see the insides of a Cauldron for example).
7 lines
248 B
Groovy
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')
|
|
}
|