}
MainProxy.sendPacketToAllWatchingChunk(this.getX(), this.getZ(), MainProxy.getDimensionForWorld(getWorld()), packet);
if(fuzzyFlagsChanged && this.getUpgradeManager().isFuzzyCrafter()) {
for(int i = 0; i < 9; i++) {
final ModernPacket pak = PacketHandler.getPacket(CraftingFuzzyFlag.class).setInteger2(fuzzyCraftingFlagArray[i]).setInteger(i).setModulePos(this);
if(player != null) MainProxy.sendPacketToPlayer(pak, player);
MainProxy.sendPacketToAllWatchingChunk(this.getX(), this.getZ(), MainProxy.getDimensionForWorld(getWorld()), pak);
}
}
}