0

Fixes mob spawners rendering as coal ore.

This commit is contained in:
iPeer
2012-11-17 23:46:54 +00:00
committed by Andrew Chin
parent 02425b884a
commit 36afaa3b5e

View File

@@ -1508,7 +1508,7 @@ def fire(self, blockid, data):
return img return img
# monster spawner # monster spawner
block(blockid=52, top_index=34, transparent=True) block(blockid=52, top_index=65, transparent=True)
# wooden, cobblestone, red brick, stone brick, netherbrick, sandstone, spruce, birch and jungle stairs. # wooden, cobblestone, red brick, stone brick, netherbrick, sandstone, spruce, birch and jungle stairs.
@material(blockid=[53,67,108,109,114,128,134,135,136], data=range(8), transparent=True, solid=True, nospawn=True) @material(blockid=[53,67,108,109,114,128,134,135,136], data=range(8), transparent=True, solid=True, nospawn=True)