0

Add the upside down slab.

This commit is contained in:
Alejandro Aguilera
2012-03-01 19:48:15 +01:00
parent 5d5642bf93
commit a9518d16d2
2 changed files with 19 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ edge_lines_draw(void *data, RenderState *state, PyObject *src, PyObject *mask, P
unsigned short side_block;
int increment=0;
if (state->block == 44) // half-step
if (state->block == 44 && ((state->block_data & 0x8) == 0 )) // half-step BUT no upsidown half-step
increment=6;
else if ((state->block == 78) || (state->block == 93) || (state->block == 94)) // snow, redstone repeaters (on and off)
increment=9;