Model Upload
This commit is contained in:
parent
06c4b53895
commit
b536463a5c
8 changed files with 1 additions and 0 deletions
BIN
models/WIP--Extra/Crusher.tcn
Normal file
BIN
models/WIP--Extra/Crusher.tcn
Normal file
Binary file not shown.
BIN
models/WIP--Extra/DropBox.tcn
Normal file
BIN
models/WIP--Extra/DropBox.tcn
Normal file
Binary file not shown.
BIN
models/WIP--Extra/Old-Rejector.tcn
Normal file
BIN
models/WIP--Extra/Old-Rejector.tcn
Normal file
Binary file not shown.
BIN
models/WIP--Extra/Stamp.tcn
Normal file
BIN
models/WIP--Extra/Stamp.tcn
Normal file
Binary file not shown.
|
@ -83,6 +83,7 @@ public class BlockConveyorBelt extends BlockALMachine
|
||||||
@Override
|
@Override
|
||||||
public void addCollisionBoxesToList(World world, int x, int y, int z, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
|
public void addCollisionBoxesToList(World world, int x, int y, int z, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
|
||||||
{
|
{
|
||||||
|
|
||||||
TileEntity t = world.getBlockTileEntity(x, y, z);
|
TileEntity t = world.getBlockTileEntity(x, y, z);
|
||||||
|
|
||||||
if (t != null && t instanceof TileEntityConveyorBelt)
|
if (t != null && t instanceof TileEntityConveyorBelt)
|
||||||
|
|
Loading…
Reference in a new issue