Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
removed vines from ladder renderer, oops.
  • Loading branch information
Khroki committed Jun 19, 2014
1 parent afa71eb commit ea8f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ def makeRailVertices(self, facingBlockIndices, blocks, blockMaterials, blockData


class LadderBlockRenderer(BlockRenderer):
blocktypes = [pymclevel.materials.alphaMaterials.Ladder.ID,pymclevel.materials.alphaMaterials.Vines.ID]
blocktypes = [pymclevel.materials.alphaMaterials.Ladder.ID]

ladderOffsets = numpy.array([
[(0, 0, 0), (0, 0, 0), (0, 0, 0), (0, 0, 0)],
Expand Down

0 comments on commit ea8f291

Please sign in to comment.