fixed bed handling in blueprints, close #1617

This commit is contained in:
SpaceToad 2014-04-18 19:18:30 +02:00
parent c5512cc42f
commit f4d1107066

View file

@ -71,7 +71,7 @@ public class SchematicBed extends SchematicBlock {
break;
}
context.world().setBlock(x2, y, z2, block, meta + 8,1);
context.world().setBlock(x2, y, z2, block, meta + 8, 3);
}
@Override