0

Add repeaters without torches, make needed changes in rendermode-normal for edge block lines.

Delete some non used code in cake.
This commit is contained in:
Alejandro Aguilera
2011-05-08 13:04:36 +02:00
parent e437a15abc
commit 808bfb7cfe
2 changed files with 27 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ rendermode_normal_draw(void *data, RenderState *state, PyObject *src, PyObject *
int increment=0;
if (state->block == 44) // half-step
increment=6;
else if (state->block == 78) // snow
else if ((state->block == 78) || (state->block == 93) || (state->block == 94)) // snow, redstone repeaters (on and off)
increment=9;
if ((state->x == 15) && (state->up_right_blocks != Py_None)) {