Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Jun 30, 2014
2 parents 20d79aa + ffd6e8d commit edfe9ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public boolean addComponentParts (World world, Random random, StructureBoundingB
i = this.getMetadataWithOffset(Blocks.piston, 3);
this.placeBlockAtCurrentPosition(world, Blocks.piston, i, 5, 1, 5, sbb);

for (int l = 0; l < 6; ++l)
for (int l = 0; l < 7; ++l)
{
for (int i1 = 0; i1 < 9; ++i1)
for (int i1 = 0; i1 < 7; ++i1)
{
this.clearCurrentPositionBlocksUpwards(world, i1, 9, l, sbb);
this.func_151554_b(world, Blocks.cobblestone, 0, i1, -1, l, sbb);
Expand Down

0 comments on commit edfe9ae

Please sign in to comment.