if(tanksDirty) {
PacketHandler.sendToAllAround(new PacketNutrientLevel(this), this);
tanksDirty = false;
}
if(xpCon.isDirty()) {
PacketHandler.sendToAllAround(new PacketExperianceContainer(this), this);
xpCon.setDirty(false);
}
if(!redstoneCheckPassed) {
return false;