Add the agrif's fix for stairs. With 1.6 this is no more a quick fix (I think they are now as slabs are).
This commit is contained in:
@@ -91,7 +91,7 @@ get_lighting_coefficient(RenderModeLighting *self, RenderState *state,
|
|||||||
|
|
||||||
/* only do special half-step handling if no authoratative pointer was
|
/* only do special half-step handling if no authoratative pointer was
|
||||||
passed in, which is a sign that we're recursing */
|
passed in, which is a sign that we're recursing */
|
||||||
if (block == 44 && authoratative == NULL) {
|
if ((block == 44 || block == 53 || block == 67) && authoratative == NULL) {
|
||||||
float average_gather = 0.0f;
|
float average_gather = 0.0f;
|
||||||
unsigned int average_count = 0;
|
unsigned int average_count = 0;
|
||||||
int auth;
|
int auth;
|
||||||
|
|||||||
Reference in New Issue
Block a user