0

Might as well slip a tiny bit of clean up in.

This commit is contained in:
Ean McLaughlin
2014-09-03 01:45:29 -06:00
parent a3b7ac12b8
commit 893ca07419

View File

@@ -1606,10 +1606,7 @@ def slabs(self, blockid, data):
else: else:
return None return None
if blockid == 43: # double slab if blockid == 43 or blockid == 181: # double slab
return self.build_block(top, side)
if blockid == 181: # double red sandstone slab
return self.build_block(top, side) return self.build_block(top, side)
# cut the side texture in half # cut the side texture in half