Model Upload

This commit is contained in:
Robert Seifert 2013-05-28 21:39:38 -04:00
parent 06c4b53895
commit b536463a5c
8 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
models/WIP--Extra/Stamp.tcn Normal file

Binary file not shown.

View file

@ -83,6 +83,7 @@ public class BlockConveyorBelt extends BlockALMachine
@Override
public void addCollisionBoxesToList(World world, int x, int y, int z, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
{
TileEntity t = world.getBlockTileEntity(x, y, z);
if (t != null && t instanceof TileEntityConveyorBelt)