Missing override
This commit is contained in:
parent
30de32fb07
commit
0db3a1d6df
1 changed files with 5 additions and 0 deletions
|
@ -676,4 +676,9 @@ public abstract class MetaPipeEntity implements IMetaTileEntity {
|
||||||
public void onCreated(ItemStack aStack, World aWorld, EntityPlayer aPlayer) {
|
public void onCreated(ItemStack aStack, World aWorld, EntityPlayer aPlayer) {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean allowGeneralRedstoneOutput() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue