Disable loot table for cable bus block (drops must be handled in tile entity to drop all connected parts).
This commit is contained in:
@@ -80,7 +80,7 @@ public class BlockCableBus extends AEBaseTileBlock<TileCableBus> /* FIXME implem
|
|||||||
private static final ICableBusContainer NULL_CABLE_BUS = new NullCableBusContainer();
|
private static final ICableBusContainer NULL_CABLE_BUS = new NullCableBusContainer();
|
||||||
|
|
||||||
public BlockCableBus() {
|
public BlockCableBus() {
|
||||||
super(defaultProps(AEGlassMaterial.INSTANCE).notSolid());
|
super(defaultProps(AEGlassMaterial.INSTANCE).notSolid().noDrops());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user